Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
Fixed deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Jun 28, 2022
1 parent 625814c commit 32f6e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Setup gcloud CLI
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GKE_PROJECT }}
service_account_email: ${{ secrets.GKE_EMAIL }}
Expand Down

0 comments on commit 32f6e16

Please sign in to comment.