Skip to content

Commit 54093ff

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-java@v2
1717
with:
1818
distribution: zulu
19-
java-version: "11"
19+
java-version: "17"
2020
- name: Download leeway
2121
run: cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.3.1/leeway_0.3.1_Linux_x86_64.tar.gz | sudo tar xz
2222
- name: Download golangci-lint
@@ -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)