We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7cdf8 commit d5df21dCopy full SHA for d5df21d
.github/workflows/release-typegen.yaml
@@ -26,9 +26,11 @@ jobs:
26
cd ts/typegen
27
make package-typegen
28
- name: Set up gcloud
29
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@v0.6.0
+ uses: GoogleCloudPlatform/github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # 0.6.0
30
with:
31
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.
34
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
35
service_account_key: ${{ secrets.GCP_SA_KEY }}
36
- name: Upload binaries
0 commit comments