Skip to content

Commit

Permalink
wrong role
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Dec 17, 2023
1 parent 8c3bfd4 commit 754f923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-legacy-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/state
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/upload-ami
aws-region: ${{ env.AWS_REGION }}

# NOTE: We do not pass run-id as we're not building the image ourselves
Expand Down

0 comments on commit 754f923

Please sign in to comment.