From ad0769657e18adb0d3a4c016fe9dfd944aeae4f7 Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:04:21 +0100 Subject: [PATCH] explorer: update organisation name to sprinter --- .github/workflows/deploy_mainnet.yml | 2 +- .github/workflows/deploy_mainnet_api.yml | 2 +- .github/workflows/deploy_testnet.yml | 2 +- .github/workflows/deploy_testnet_api.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_mainnet.yml b/.github/workflows/deploy_mainnet.yml index c6ff549..02a2cb4 100644 --- a/.github/workflows/deploy_mainnet.yml +++ b/.github/workflows/deploy_mainnet.yml @@ -42,7 +42,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} ref: main diff --git a/.github/workflows/deploy_mainnet_api.yml b/.github/workflows/deploy_mainnet_api.yml index 76230b9..6d50a28 100644 --- a/.github/workflows/deploy_mainnet_api.yml +++ b/.github/workflows/deploy_mainnet_api.yml @@ -40,7 +40,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} ref: main diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index aec2066..7ee3966 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -71,7 +71,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} ref: main diff --git a/.github/workflows/deploy_testnet_api.yml b/.github/workflows/deploy_testnet_api.yml index d0d785f..c8e521a 100644 --- a/.github/workflows/deploy_testnet_api.yml +++ b/.github/workflows/deploy_testnet_api.yml @@ -73,7 +73,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} ref: main