Difference between revisions of "Audience:"
Jump to navigation
Jump to search
(Removed redirect to Aws-actions/configure-aws-credentials) Tag: Removed redirect |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
+ | - 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 }} | ||
− | * | + | |
+ | * {{aws-actions/configure-aws-credentials}} | ||
+ | * {{sts.amazonaws.com}} |
Latest revision as of 14:39, 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: