Skip to content

Commit

Permalink
re-add google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Oct 25, 2024
1 parent da2974b commit bfd47e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Google Auth
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v2"
with:
Expand Down

0 comments on commit bfd47e7

Please sign in to comment.