Bump google-github-actions/get-gke-credentials from 0 to 1 (#15843)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0 to 1. - [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases) - [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/get-gke-credentials/compare/v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials 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
206fd06f51
commit
ed7707e768
|
@ -78,7 +78,7 @@ jobs:
|
||||||
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
|
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
|
||||||
|
|
||||||
# https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine
|
# https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine
|
||||||
- uses: google-github-actions/get-gke-credentials@v0
|
- uses: google-github-actions/get-gke-credentials@v1
|
||||||
with:
|
with:
|
||||||
cluster_name: ${{ env.GKE_CLUSTER }}
|
cluster_name: ${{ env.GKE_CLUSTER }}
|
||||||
location: ${{ env.GKE_ZONE }}
|
location: ${{ env.GKE_ZONE }}
|
||||||
|
|
Loading…
Reference in New Issue