From f19015e2a03fb745de07840f166edf47e408341e Mon Sep 17 00:00:00 2001 From: David Ugbero Date: Wed, 17 Jul 2024 17:57:04 +0100 Subject: [PATCH] revert to secrets --- .github/workflows/testnet.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testnet.deploy.yaml b/.github/workflows/testnet.deploy.yaml index 582c47e1a..a7c87fc9c 100644 --- a/.github/workflows/testnet.deploy.yaml +++ b/.github/workflows/testnet.deploy.yaml @@ -33,7 +33,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: "arn:aws:iam::490818634405:role/mecha/gh-dao-frontend-testnet" + role-to-assume: ${{ secrets.ROLE_ECS_ARN }} aws-region: ${{ env.AWS_REGION }} - name: Login to Amazon ECR