Bump google-github-actions/auth from 0 to 1 (#15675)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7a8e2e9e0e
commit
e93c64964e
|
@ -77,7 +77,7 @@ jobs:
|
||||||
|
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: google-github-actions/auth@v0
|
uses: google-github-actions/auth@v1
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.GCS_SA_KEY }}
|
credentials_json: ${{ secrets.GCS_SA_KEY }}
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
cat dockers/base-xla/tpu_workflow.jsonnet
|
cat dockers/base-xla/tpu_workflow.jsonnet
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- uses: google-github-actions/auth@v0
|
- uses: google-github-actions/auth@v1
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
|
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue