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 bc34203 commit 96ffc32Copy full SHA for 96ffc32
.github/workflows/ci.yml
@@ -75,9 +75,8 @@ jobs:
75
- name: Authenticate to Google Cloud
76
uses: google-github-actions/auth@v2
77
with:
78
- token_format: id_token
+ project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
79
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
80
- service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
81
82
- name: Set up Docker to use gcloud as a credential helper
83
run: |
0 commit comments