Skip to content

Commit

Permalink
fix(auth): bringing changes from #5614
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Nov 10, 2022
1 parent 6c70e10 commit fcaa824
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

- name: Create instance template
run: |
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create instance template from container image
- name: Manual deploy of a single instance running zebrad
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Disk images in GCP are required to be in lowercase, but the blockchain network
# uses sentence case, so we need to downcase ${{ env.NETWORK or github.event.inputs.network }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Deletes all instances older than $DELETE_INSTANCE_DAYS days.
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create a Compute Engine virtual machine
- name: Create ${{ inputs.test_id }} GCP compute instance
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Find a cached state disk for this job, matching all of:
# - disk cached state (lwd_state_dir/zebra_state_dir or disk_prefix) - zebrad-cache or lwd-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcash-lightwalletd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
token_format: 'access_token'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

- name: Login to Google Artifact Registry
uses: docker/login-action@v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcashd-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
service_account: 'github-service-account@zealous-zebra.iam.gserviceaccount.com'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1.0.0
uses: google-github-actions/setup-gcloud@v1.0.1

# Create instance template from container image
- name: Create instance template
Expand Down

0 comments on commit fcaa824

Please sign in to comment.