We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95452b3 commit 39e6a81Copy full SHA for 39e6a81
1 file changed
.github/workflows/cicd.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Configure Google Cloud credentials
32
- name: Configure Google Cloud credentials
33
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@v0.2.1
+ uses: google-github-actions/setup-gcloud@v0.2.1
34
with:
35
service_account_key: ${{ secrets.GCP_KEY }}
36
project_id: ${{ secrets.GCP_PROJECT }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments