We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3491398 commit c0fe42fCopy full SHA for c0fe42f
.github/workflows/DetectCDKBootstrapVersionChanges.yml
@@ -16,13 +16,13 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Configure AWS Credentials
19
- uses: aws-actions/configure-aws-credentials@v4
+ uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722
20
with:
21
role-to-assume: ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_ROLE_ARN }}
22
aws-region: us-west-2
23
24
- name: Retrieve secret from AWS Secrets Manager
25
- uses: aws-actions/aws-secretsmanager-get-secrets@v2
+ uses: aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb
26
27
secret-ids: |
28
AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}
0 commit comments