Skip to content

Commit

Permalink
Fix aws credentials in main build (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-dunn-sublime authored Jan 3, 2022
1 parent 33957c0 commit 6673636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@1.6
uses: aws-actions/configure-aws-credentials@v1.6.0
with:
# Use a role instead of including credentials in secrets, but still hide that role name to be gated by GH environments.
role-to-assume: ${{ secrets.ECR_REPO_ROLE }}
Expand Down

0 comments on commit 6673636

Please sign in to comment.