Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(deps): update google-github-actions/auth action to v1.1.0 (#9636)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 8, 2023
1 parent 411980e commit 9ad6792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Authenticate to Google Cloud
if: env.CLOUD_PROVIDER == 'GKE'
uses: google-github-actions/auth@v1.0.0
uses: google-github-actions/auth@v1.1.0
with:
credentials_json: ${{ secrets.GCLOUD_RESTRICTED_SERVICE_KEY }}
access_token_lifetime: "7200s"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zero-downtime-tests.yml
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Authenticate to Google Cloud
if: env.CLOUD_PROVIDER == 'GKE'
uses: google-github-actions/auth@v1.0.0
uses: google-github-actions/auth@v1.1.0
with:
credentials_json: ${{ secrets.GCLOUD_RESTRICTED_SERVICE_KEY }}
access_token_lifetime: "7200s"
Expand Down

0 comments on commit 9ad6792

Please sign in to comment.