Skip to content

Commit 39e6a81

Browse files
authored
Used new location of gcloud actions
* use google-github-actions/setup-gcloud
1 parent 95452b3 commit 39e6a81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Configure Google Cloud credentials
3232
- name: Configure Google Cloud credentials
33-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@v0.2.1
33+
uses: google-github-actions/setup-gcloud@v0.2.1
3434
with:
3535
service_account_key: ${{ secrets.GCP_KEY }}
3636
project_id: ${{ secrets.GCP_PROJECT }}
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Configure Google Cloud credentials
5757
- name: Configure Google Cloud credentials
58-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@v0.2.1
58+
uses: google-github-actions/setup-gcloud@v0.2.1
5959
with:
6060
service_account_key: ${{ secrets.GCP_KEY }}
6161
project_id: ${{ secrets.GCP_PROJECT }}

0 commit comments

Comments
 (0)