Skip to content

Commit

Permalink
move role-arn to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 30, 2024
1 parent 5dedba4 commit 0e44a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::444055461661:role/github-actions-role-eodc
role-to-assume: ${{ secrets.role_arn }}
role-session-name: samplerolesession
aws-region: us-west-2

Expand Down

0 comments on commit 0e44a84

Please sign in to comment.