Skip to content

Commit

Permalink
fix: gcloud cli auth
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Dec 15, 2023
1 parent 085ee0f commit 5da2d5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
tags: shivamgutgutia/contactify:latest

- name: Setup gcloud CLI
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/auth@v2
with:
credentials: ${{ secrets.GCLOUD_AUTH_KEY }}
project_id: shivam-contacts-generator
service_account_key: ${{ secrets.GCLOUD_AUTH }}
run_as: gutgutia159@gmail.com

- name: Deploy to Cloud Run
run: |
Expand Down

0 comments on commit 5da2d5c

Please sign in to comment.