Skip to content

Commit

Permalink
Merge pull request #27 from Sefaria/fix-deploy
Browse files Browse the repository at this point in the history
chore: bump setup-gcloud action version
  • Loading branch information
BrendanGalloway authored Mar 25, 2024
2 parents c38cfe0 + b1e6884 commit 266c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
workload_identity_provider: 'projects/${{ secrets.PROD_GKE_PROJECT_ID}}/locations/global/workloadIdentityPools/github/providers/github'
service_account: '${{ secrets.PROD_GKE_SA }}'
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ secrets.PROD_GKE_PROJECT }}
install_components: 'gke-gcloud-auth-plugin'
Expand Down

0 comments on commit 266c6ee

Please sign in to comment.