Skip to content

Commit

Permalink
[internal] Change GHA to use setup-gcloud@v0 (pulumi#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Mar 22, 2022
1 parent 4fb1f14 commit 3fe81c5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -238,7 +238,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -354,7 +354,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -506,7 +506,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -587,7 +587,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -260,7 +260,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -398,7 +398,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -481,7 +481,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -203,7 +203,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -338,7 +338,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -419,7 +419,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -203,7 +203,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -331,7 +331,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down Expand Up @@ -412,7 +412,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: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ env.GOOGLE_PROJECT }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
Expand Down

0 comments on commit 3fe81c5

Please sign in to comment.