Difference between revisions of "Audience:"
Jump to navigation
Jump to search
(Redirected page to Aws-actions/configure-aws-credentials) Tag: New redirect |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{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 }} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | * {{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: