mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 15:17:05 +00:00
Update assume role arn
This commit is contained in:
parent
77e8c97f17
commit
8128bbdaac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dependabot-autoapprove.yml
vendored
2
.github/workflows/dependabot-autoapprove.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-region: us-west-2
|
||||
role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }}
|
||||
role-to-assume: ${{ secrets.CONFIGUREAWSCREDENTIALSPACKAGEROLEARN }}
|
||||
role-duration-seconds: 900
|
||||
- name: Get bot user token
|
||||
uses: aws-actions/aws-secretsmanager-get-secrets@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue