Update google-github-actions/auth action to v0.8.2

This commit is contained in:
renovate[bot] 2022-10-13 21:55:17 +00:00 committed by Malte Poll
parent 3c34757274
commit c08147baae

View File

@ -10,6 +10,6 @@ runs:
# As described at: # As described at:
# https://github.com/google-github-actions/setup-gcloud#service-account-key-json # https://github.com/google-github-actions/setup-gcloud#service-account-key-json
- name: Authorize GCP access - name: Authorize GCP access
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712 # tag=v0.8.1 uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343 # tag=v0.8.2
with: with:
credentials_json: ${{ inputs.gcp_service_account_json }} credentials_json: ${{ inputs.gcp_service_account_json }}