Skip to content

Commit 0486a02

Browse files
committed
fix AWS auth
1 parent 75ba591 commit 0486a02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/aws-auth/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ runs:
4747
aws-region: ${{ inputs.aws-region }}
4848
role-session-name: ${{ inputs.session-name }}
4949
role-duration-seconds: ${{ inputs.duration-seconds }}
50+
audience: sts.amazonaws.com
51+
unset-current-credentials: true
5052

5153
- name: Get AWS Account ID
5254
id: aws-account

0 commit comments

Comments
 (0)