Skip to content

Commit 5a4c30f

Browse files
committed
Debug s3
1 parent 51717d6 commit 5a4c30f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/redis_release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@ jobs:
2828
contents: read
2929

3030
steps:
31-
# The ${AWS_IAM_ROLE_ARN} variable created on step 2.c.
31+
- name: Print arn
32+
shell: bash
33+
run: |
34+
echo "arn: ${AWS_IAM_ROLE_ARN}""
35+
3236
- name: configure aws credentials
3337
uses: aws-actions/[email protected]
3438
with:
35-
role-to-assume: ${AWS_IAM_ROLE_ARN} #
36-
role-session-name: GitHub_to_AWS_via_FederatedOIDC
37-
aws-region: us-east-1 # IAM is a global service
39+
role-to-assume: ${AWS_IAM_ROLE_ARN}
40+
aws-region: us-east-1
3841

3942
- name: Sts GetCallerIdentity
4043
run: |

0 commit comments

Comments
 (0)