Skip to content

Commit 5e365cb

Browse files
committed
use federated thing
1 parent 02ce429 commit 5e365cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Google Cloud Auth
1818
uses: google-github-actions/auth@v2
1919
with:
20-
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
20+
workload_identity_provider: projects/762526944259/locations/global/workloadIdentityPools/my-pool/attribute.repository/UTDNebula/api-tools
21+
service_account: '[email protected]'
2122

2223
- name: Set up Google Cloud
2324
uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)