Skip to content

Commit d5df21d

Browse files
author
Mengqi Yu
authored
update setup-gcloud github action version (#584)
1 parent dd7cdf8 commit d5df21d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-typegen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
cd ts/typegen
2727
make package-typegen
2828
- name: Set up gcloud
29-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@v0.6.0
29+
uses: GoogleCloudPlatform/github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # 0.6.0
3030
with:
3131
version: '388.0.0'
32+
# TODO: service_account_email and service_account_key are being deprecated.
33+
# We should migrate it to google-github-actions/auth at some time.
3234
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
3335
service_account_key: ${{ secrets.GCP_SA_KEY }}
3436
- name: Upload binaries

0 commit comments

Comments
 (0)