Skip to content

Commit d77b7a5

Browse files
authored
Merge pull request #33 from rage/ci
Ci
2 parents f95d233 + 8e2a044 commit d77b7a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,13 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v4
4242

43-
- uses: google-github-actions/setup-gcloud@v2
43+
- id: "auth"
44+
uses: google-github-actions/auth@v2
4445
with:
4546
project_id: ${{ secrets.GCP_PROJECT_ID }}
46-
service_account_key: ${{ secrets.GCP_SA_KEY }}
47+
credentials_json: ${{ secrets.GCP_SA_KEY }}
48+
- name: "Set up Cloud SDK"
49+
uses: google-github-actions/setup-gcloud@v2
4750

4851
- name: Install dependencies
4952
run: |

0 commit comments

Comments
 (0)