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 21f3b00 commit 54093ffCopy full SHA for 54093ff
.github/workflows/jetbrains-update-backend-latest.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-java@v2
17
with:
18
distribution: zulu
19
- java-version: "11"
+ java-version: "17"
20
- name: Download leeway
21
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
22
- name: Download golangci-lint
@@ -34,6 +34,10 @@ jobs:
34
key: ${{ runner.os }}-leeway-cache-${{ hashFiles('backend-plugin.version') }}
35
restore-keys: |
36
${{ 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 }}
41
- name: Set up Google Cloud SDK
42
uses: google-github-actions/setup-gcloud@v0
43
0 commit comments