Skip to content

Commit

Permalink
Use DEPLOY_IAM_ROLE as secret
Browse files Browse the repository at this point in the history
  • Loading branch information
batbattur authored Dec 5, 2023
1 parent 9adf99f commit 861ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 861ddfa

Please sign in to comment.