We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fe35a commit ebb6551Copy full SHA for ebb6551
.github/workflows/terraform.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Configure AWS credentials via OIDC
60
uses: aws-actions/configure-aws-credentials@v4
61
with:
62
- role-to-assume: arn:aws:iam::382284572497:role/GitHubActionsInfraRole
+ role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/GitHubActionsInfraRole
63
role-session-name: GitHubActions-${{ github.run_id }}
64
aws-region: us-east-1
65
audience: sts.amazonaws.com
0 commit comments