Skip to content

Commit

Permalink
Update GCP Service Account setup in cloud-run-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriskzie committed Apr 23, 2024
1 parent 73cd251 commit 823f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-run-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@master

- name: Setup GCP Service Account
uses: google-github-actions/setup-gcloud@v0
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
version: "latest"
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down

0 comments on commit 823f378

Please sign in to comment.