Skip to content

Commit

Permalink
Copy gcloud setup from langs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Sep 9, 2024
1 parent 1a55ec5 commit 8e2a044
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: google-github-actions/setup-gcloud@v2
- id: "auth"
uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8e2a044

Please sign in to comment.