From 2685ed8c76b2a23dd8c113f26becfa9916e2c685 Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:11:30 +0100 Subject: [PATCH] relayer: update organisation name to sprinter --- .github/workflows/deploy_mainnet.yml | 4 ++-- .github/workflows/deploy_testnet.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_mainnet.yml b/.github/workflows/deploy_mainnet.yml index d0c30d0a..70fc3586 100644 --- a/.github/workflows/deploy_mainnet.yml +++ b/.github/workflows/deploy_mainnet.yml @@ -53,7 +53,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v3 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} - name: render jinja2 templates to task definition json files @@ -125,7 +125,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v3 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} - name: render jinja2 templates to task definition json files diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index 31169c09..778aef28 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -74,7 +74,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} - name: render jinja2 templates to task definition json files @@ -133,7 +133,7 @@ jobs: - name: checkout ecs repo uses: actions/checkout@v4 with: - repository: sygmaprotocol/devops + repository: sprintertech/devops token: ${{ secrets.GHCR_TOKEN }} - name: render jinja2 templates to task definition json files