Skip to content

Commit

Permalink
Merge pull request #942 from portefaix/renovate/google-github-actions…
Browse files Browse the repository at this point in the history
…-auth-2.x

chore(deps): update google-github-actions/auth action to v2.0.1
  • Loading branch information
nlamirault authored Jan 19, 2024
2 parents b4f5dfa + 921be58 commit 267b11f
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/[email protected].0
uses: google-github-actions/[email protected].1
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/[email protected].0
- uses: google-github-actions/[email protected].1
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 267b11f

Please sign in to comment.