Skip to content

Commit

Permalink
Fix gcloud setup (pulumi#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Jul 23, 2021
1 parent c473fc7 commit cb69f87
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-tests-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test-provider-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Configure GCP credentials
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down

0 comments on commit cb69f87

Please sign in to comment.