Skip to content

Commit ed855a1

Browse files
committed
use aws role from gh vars
1 parent 573bade commit ed855a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Configure AWS credentials
3131
uses: aws-actions/configure-aws-credentials@v4
3232
with:
33-
role-to-assume: arn:aws:iam::222634395437:role/sep-24-meetup-oidc-github
33+
role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME }}
3434
aws-region: ${{ env.AWS_REGION }}
3535

3636
- name: Update IaC in PR

0 commit comments

Comments
 (0)