Skip to content

Commit

Permalink
ci: use google-github-actions/setup-gcloud@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Dec 7, 2022
1 parent 95fde20 commit ab6a749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Authenticate into Google Cloud Platform
uses: GoogleCloudPlatform/github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v1
with:
service_account_email: ${{ secrets.GCLOUD_EMAIL }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
Expand Down

0 comments on commit ab6a749

Please sign in to comment.