Skip to content

Commit

Permalink
env vars updated
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Dec 22, 2023
1 parent 3cc896b commit 8739507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.ROLE_ARN }}
role-to-assume: ${{ secrets.ROLE_ARN }}
role-session-name: GitHub_to_AWS_via_FederatedOIDC
aws-region: ${{ vars.AWS_REGION }}
# Hello from AWS: WhoAmI
Expand Down

0 comments on commit 8739507

Please sign in to comment.