|
31 | 31 | service: ${{ steps.service.outputs.service }}
|
32 | 32 | env_vars: TEST_ENV=TEST_VAR
|
33 | 33 | - name: Setup Authentication with gcloud
|
34 |
| - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master |
| 34 | + uses: google-github-actions/setup-gcloud@master |
35 | 35 | with:
|
36 | 36 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
37 | 37 | export_default_credentials: true
|
|
81 | 81 | service: ${{ steps.service.outputs.service }}
|
82 | 82 | metadata: ./deploy-cloudrun/tests/unit/service.basic.yaml
|
83 | 83 | - name: Setup Authentication with gcloud
|
84 |
| - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master |
| 84 | + uses: google-github-actions/setup-gcloud@master |
85 | 85 | with:
|
86 | 86 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
87 | 87 | export_default_credentials: true
|
@@ -114,7 +114,7 @@ jobs:
|
114 | 114 | service: ${{ steps.service.outputs.service }}
|
115 | 115 | metadata: ./deploy-cloudrun/tests/unit/service.full.yaml
|
116 | 116 | - name: Setup Authentication with gcloud
|
117 |
| - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master |
| 117 | + uses: google-github-actions/setup-gcloud@master |
118 | 118 | with:
|
119 | 119 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
120 | 120 | export_default_credentials: true
|
@@ -148,7 +148,7 @@ jobs:
|
148 | 148 | runs-on: ubuntu-latest
|
149 | 149 | needs: [envvars, metadata, yaml]
|
150 | 150 | steps:
|
151 |
| - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master |
| 151 | + - uses: google-github-actions/setup-gcloud@master |
152 | 152 | with:
|
153 | 153 | service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
|
154 | 154 | project_id: ${{ secrets.DEPLOY_CLOUDRUN_PROJECT_ID }}
|
|
0 commit comments