diff --git a/.github/workflows/staging_deploy.yml b/.github/workflows/staging_deploy.yml index 2f769d7..3b88aec 100644 --- a/.github/workflows/staging_deploy.yml +++ b/.github/workflows/staging_deploy.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Configure AWS credentials 🔐 - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: role-to-assume: arn:aws:iam::763944545891:role/pages-staging-oidc-overturemaps aws-region: us-west-2 diff --git a/.github/workflows/staging_deploy_cleanup.yml b/.github/workflows/staging_deploy_cleanup.yml index 4ef0f3b..99485bb 100644 --- a/.github/workflows/staging_deploy_cleanup.yml +++ b/.github/workflows/staging_deploy_cleanup.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: role-to-assume: ${{ env.AWS_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}