From 861ddfa093410c4d369b20fb2171e0160116ee43 Mon Sep 17 00:00:00 2001 From: Bat Battur <58952979+batbattur@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:35:06 -0800 Subject: [PATCH] Use DEPLOY_IAM_ROLE as secret --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ebebdc2..5ca930e 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -21,7 +21,7 @@ jobs: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v2 with: - role-to-assume: ${{ env.DEPLOY_IAM_ROLE }} + role-to-assume: ${{ secrets.DEPLOY_IAM_ROLE }} aws-region: us-east-1 - name: Login to Amazon ECR