Skip to content

Commit c3b0b7d

Browse files
committed
Update GCR deployment GHA
1 parent ef55574 commit c3b0b7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gcr-deploy.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
uses: actions/checkout@v1
2424

2525
# Setup gcloud CLI
26-
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
26+
- uses: google-github-actions/setup-gcloud@master
2727
with:
28-
version: '275.0.0'
29-
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
3028
service_account_key: ${{ secrets.GCP_SA_KEY }}
3129

3230
# Configure gcloud CLI

0 commit comments

Comments
 (0)