Skip to content

Commit 1e2fb4a

Browse files
committed
Fix ARN
1 parent 015d49d commit 1e2fb4a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/redis_release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ jobs:
2828
contents: read
2929

3030
steps:
31-
- name: Print arn
32-
shell: bash
33-
run: |
34-
echo "arn: ${AWS_IAM_ROLE_ARN}"
35-
3631
- name: configure aws credentials
3732
uses: aws-actions/[email protected]
3833
with:
39-
role-to-assume: ${AWS_IAM_ROLE_ARN}
34+
role-to-assume: ${{ vars.AWS_IAM_ROLE_ARN }}
4035
aws-region: us-east-1
4136

4237
- name: Sts GetCallerIdentity

0 commit comments

Comments
 (0)