Skip to content

Commit

Permalink
Merge pull request #55 from caravanapp-ca/gcloud
Browse files Browse the repository at this point in the history
Update Action GCloud
  • Loading branch information
quinnturner committed Jul 30, 2021
2 parents aa57cf6 + 832b34c commit e159036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/checkout@v2

# Setup gcloud CLI
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '270.0.0'
version: 'latest'
service_account_email: ${{ secrets.PROD_GOOGLE_SERVICE_ACCOUNT_EMAIL }}
service_account_key: ${{ secrets.PROD_GOOGLE_SERVICE_ACCOUNT_KEY }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
uses: actions/checkout@v2

# Setup gcloud CLI
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@master
with:
version: '270.0.0'
version: 'latest'
service_account_email: ${{ secrets.STAGING_GOOGLE_SERVICE_ACCOUNT_EMAIL }}
service_account_key: ${{ secrets.STAGING_GOOGLE_SERVICE_ACCOUNT_KEY }}

Expand Down

0 comments on commit e159036

Please sign in to comment.