Skip to content

Commit 96ffc32

Browse files
committed
fix: ci tests
1 parent bc34203 commit 96ffc32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ jobs:
7575
- name: Authenticate to Google Cloud
7676
uses: google-github-actions/auth@v2
7777
with:
78-
token_format: id_token
78+
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
7979
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
80-
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
8180

8281
- name: Set up Docker to use gcloud as a credential helper
8382
run: |

0 commit comments

Comments
 (0)