Difference between revisions of "Audience:"
Jump to navigation
Jump to search
(Removed redirect to Aws-actions/configure-aws-credentials) Tag: Removed redirect |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | - name: Configure AWS credentials | ||
+ | id: creds | ||
+ | uses: aws-actions/configure-aws-credentials@v4 | ||
+ | with: | ||
+ | audience: [[sts.amazonaws.com]] | ||
+ | role-to-assume: arn:aws:iam::$Template:Secrets.AWS ACCOUNT ID YOURENV:role/OIDC_YourGitHubActions | ||
+ | aws-region: ${{ secrets.AWS_REGION_YOURENV }} | ||
Line 7: | Line 15: | ||
* [[aws-actions/configure-aws-credentials]] | * [[aws-actions/configure-aws-credentials]] | ||
+ | * {{sts.amazonaws.com}} |
Revision as of 14:35, 25 August 2024
- name: Configure AWS credentials id: creds uses: aws-actions/configure-aws-credentials@v4 with: audience: sts.amazonaws.com role-to-assume: arn:aws:iam::$Template:Secrets.AWS ACCOUNT ID YOURENV:role/OIDC_YourGitHubActions aws-region: $Template:Secrets.AWS REGION YOURENV
Advertising: