Skip to content

Commit b6335dc

Browse files
committed
Add audience specification in GHA workflow
1 parent d57df6e commit b6335dc

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
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
workload_identity_provider: 'projects/328212837253/locations/global/workloadIdentityPools/hc-go-getter-test/providers/hc-go-getter-test'
7777
service_account: hc-go-getter-test@hc-e56c0f7c21c448d2be9e7696073.iam.gserviceaccount.com
78+
audience: https://github.com/hashicorp
7879

7980
- name: Run go tests
8081
run: |
@@ -147,6 +148,7 @@ jobs:
147148
with:
148149
workload_identity_provider: 'projects/328212837253/locations/global/workloadIdentityPools/hc-go-getter-test/providers/hc-go-getter-test'
149150
service_account: hc-go-getter-test@hc-e56c0f7c21c448d2be9e7696073.iam.gserviceaccount.com
151+
audience: https://github.com/hashicorp
150152

151153
- name: Run go tests
152154
shell: bash

0 commit comments

Comments
 (0)