Skip to content

Commit

Permalink
hard code role
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 12, 2024
1 parent c40f3d6 commit 68a55ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
ROLE: "arn:aws:iam::390960605471:role/stacadmin-eoapirisk-demo-deploy"
with:
role-to-assume: ${{ env.ROLE }}
role-to-assume: "arn:aws:iam::390960605471:role/stacadmin-eoapirisk-demo-deploy"
aws-region: us-west-2

- name: Sync with S3 bucket
Expand Down

0 comments on commit 68a55ab

Please sign in to comment.