Skip to content

Commit 95452b3

Browse files
authored
Fixing CI/CD workflow
* use newer gcp setup action that uses new way of setting env variables
1 parent e8f3a1c commit 95452b3

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@0.1.3
33+
uses: GoogleCloudPlatform/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@0.1.3
58+
uses: GoogleCloudPlatform/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)