Skip to content

Commit bbac568

Browse files
author
Andrea Falzetti
committed
fix: gcloud auth for jetbrains backend-plugin gha workflow
1 parent 21f3b00 commit bbac568

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jetbrains-update-backend-latest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
key: ${{ runner.os }}-leeway-cache-${{ hashFiles('backend-plugin.version') }}
3535
restore-keys: |
3636
${{ runner.os }}-leeway-cache-
37+
- name: Auth Google Cloud SDK
38+
uses: google-github-actions/auth@v0
39+
with:
40+
credentials_json: ${{ secrets.GCP_SA_KEY }}
3741
- name: Set up Google Cloud SDK
3842
uses: google-github-actions/setup-gcloud@v0
3943
with:

0 commit comments

Comments
 (0)