Skip to content

Commit 61e02f1

Browse files
committed
Change AWS OIDC audience
1 parent 7b76199 commit 61e02f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-getter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
aws-region: us-east-1
6969
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test
7070
role-session-name: ${{ github.run_id }}
71+
audience: https://github.com/hashicorp
7172

7273
- name: Run go tests
7374
env:
@@ -135,6 +136,7 @@ jobs:
135136
aws-region: us-east-1
136137
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test
137138
role-session-name: ${{ github.run_id }}
139+
audience: https://github.com/hashicorp
138140

139141
- name: Run go tests
140142
env:

0 commit comments

Comments
 (0)