Skip to content

Commit

Permalink
Update google-github-actions/auth action to v2.1.7 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 7a843ae commit 7b4cb3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ runs:
echo "token=$token" >> "$GITHUB_OUTPUT"
- name: Authenticate with Google Cloud
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
if: ${{ contains(inputs.registry, 'gcr.io') }}
with:
workload_identity_provider: ${{ inputs.GC_WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
kubelogin-version: 'latest'

- name: Authenticate with Google Cloud
uses: google-github-actions/[email protected].6
uses: google-github-actions/[email protected].7
if: ${{ inputs.runtime-cloud-provider == 'GKE' }}
with:
workload_identity_provider: ${{ inputs.GC_WORKLOAD_IDENTITY_PROVIDER }}
Expand Down

0 comments on commit 7b4cb3f

Please sign in to comment.