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 c9151d2 commit c40f3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
env:
ROLE: ${{ secrets.DEPLOY_ROLE_ARN }}
ROLE: "arn:aws:iam::390960605471:role/stacadmin-eoapirisk-demo-deploy"
with:
role-to-assume: ${{ secrets.DEPLOY_ROLE_ARN }}
role-to-assume: ${{ env.ROLE }}
aws-region: us-west-2

- name: Sync with S3 bucket
Expand Down

0 comments on commit c40f3d6

Please sign in to comment.