We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55574 commit c3b0b7dCopy full SHA for c3b0b7d
.github/workflows/gcr-deploy.yaml
@@ -23,10 +23,8 @@ jobs:
23
uses: actions/checkout@v1
24
25
# Setup gcloud CLI
26
- - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
+ - uses: google-github-actions/setup-gcloud@master
27
with:
28
- version: '275.0.0'
29
- service_account_email: ${{ secrets.GCP_SA_EMAIL }}
30
service_account_key: ${{ secrets.GCP_SA_KEY }}
31
32
# Configure gcloud CLI
0 commit comments