Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 2fc7c1b commit dd51882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-deploy-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ jobs:
steps:
- id: auth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2.0.1
uses: google-github-actions/auth@v2.1.0
with:
token_format: 'access_token'
workload_identity_provider: 'projects/portefaix-${{ github.event.inputs.env }}/locations/global/workloadIdentityPools/portefaix-${{ github.event.inputs.env }}/providers/portefaix-${{ github.event.inputs.env }}-github'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-validate-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

- uses: google-github-actions/auth@v2.0.1
- uses: google-github-actions/auth@v2.1.0
with:
project_id: portefaix-network-8f80
workload_identity_provider: 'projects/${{ secrets.GCP_PRJ_NETWORK_ID }}/locations/global/workloadIdentityPools/portefaix-gha-network/providers/portefaix-gha-network'
Expand Down

0 comments on commit dd51882

Please sign in to comment.