chore: update google github-action auth version (#3030)
This commit is contained in:
parent
266aafde28
commit
390b0ff682
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
# Setup auth if not a PR.
|
# Setup auth if not a PR.
|
||||||
- if: github.event_name != 'pull_request'
|
- if: github.event_name != 'pull_request'
|
||||||
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
|
uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
|
||||||
with:
|
with:
|
||||||
credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}'
|
credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}'
|
||||||
export_environment_variables: true
|
export_environment_variables: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue