File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
- name : Print current build ID
18
18
run : |
19
- echo Integration test run: githubactionsconfigureawscr-hAMhr2qzHnWH:c843aacd-5196-4483-91ea-ff948efb4686
19
+ echo Integration test run: githubactionsconfigureawscr-hAMhr2qzHnWH:b17b4348-bb11-4782-856a-a7a151665014
20
20
21
21
- name : Configure AWS credentials
22
- uses : aws-actions/configure-aws-credentials@09758fb6fef67eecbeca8c28dc43764800d72955
22
+ uses : aws-actions/configure-aws-credentials@9f7f57b0937985d7abff8126518690e671df49ec
23
23
with :
24
24
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
25
25
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30
30
aws sts get-caller-identity --query Arn | grep "user/github-actions-configure-aws-credentials-integ-tests" > /dev/null
31
31
32
32
- name : Configure AWS credentials from role
33
- uses : aws-actions/configure-aws-credentials@09758fb6fef67eecbeca8c28dc43764800d72955
33
+ uses : aws-actions/configure-aws-credentials@9f7f57b0937985d7abff8126518690e671df49ec
34
34
with :
35
35
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
36
36
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments