We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573bade commit ed855a1Copy full SHA for ed855a1
.github/workflows/manual-pull.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Configure AWS credentials
31
uses: aws-actions/configure-aws-credentials@v4
32
with:
33
- role-to-assume: arn:aws:iam::222634395437:role/sep-24-meetup-oidc-github
+ role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME }}
34
aws-region: ${{ env.AWS_REGION }}
35
36
- name: Update IaC in PR
0 commit comments