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 7808b11 commit a86446aCopy full SHA for a86446a
.github/workflows/publish.yml
@@ -45,12 +45,15 @@ jobs:
45
exit 1
46
fi
47
48
- - name: Get GCloud CLI
49
- uses: google-github-actions/setup-gcloud@v1.1.1
+ - name: Authenticate GCloud
+ uses: google-github-actions/auth@v1
50
+ with:
51
+ credentials_json: ${{ secrets.STEAMPIPE_REGISTRY_SA_KEY }}
52
+
53
+ - name: Configure GCloud CLI project
54
+ uses: 'google-github-actions/setup-gcloud@v1'
55
with:
- service_account_key: ${{ secrets.STEAMPIPE_REGISTRY_SA_KEY }}
56
project_id: ${{ env.PROJECT_ID }}
- export_default_credentials: true
57
58
- name: Setup GCloud CLI
59
run: |-
0 commit comments