Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleehak authored Apr 18, 2024
1 parent 9222aba commit 698e372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
distribution: 'temurin'
server-id: github

- id: "auth"
name: Authenticate with GCP
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'

Expand Down

0 comments on commit 698e372

Please sign in to comment.