We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51717d6 commit 5a4c30fCopy full SHA for 5a4c30f
.github/workflows/redis_release.yml
@@ -28,13 +28,16 @@ jobs:
28
contents: read
29
30
steps:
31
- # The ${AWS_IAM_ROLE_ARN} variable created on step 2.c.
+ - name: Print arn
32
+ shell: bash
33
+ run: |
34
+ echo "arn: ${AWS_IAM_ROLE_ARN}""
35
+
36
- name: configure aws credentials
37
uses: aws-actions/[email protected]
38
with:
- role-to-assume: ${AWS_IAM_ROLE_ARN} #
- role-session-name: GitHub_to_AWS_via_FederatedOIDC
- aws-region: us-east-1 # IAM is a global service
39
+ role-to-assume: ${AWS_IAM_ROLE_ARN}
40
+ aws-region: us-east-1
41
42
- name: Sts GetCallerIdentity
43
run: |
0 commit comments