Skip to content

Commit

Permalink
Merge pull request #230 from mathieu-benoit/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/google-github-actions/auth-2.1.3

Bump google-github-actions/auth from 2.0.0 to 2.1.3
  • Loading branch information
mathieu-benoit authored Jul 31, 2024
2 parents 289fe55 + 8ed723d commit 3f8097a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: google-github-actions/auth@v2.0.0
- uses: google-github-actions/auth@v2.1.3
with:
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
helm template chart/ > helm-output.yaml
kustomize create --resources helm-output.yaml
kustomize build .
- uses: google-github-actions/auth@v2.0.0
- uses: google-github-actions/auth@v2.1.3
with:
workload_identity_provider: '${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
service_account: '${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
Expand Down

0 comments on commit 3f8097a

Please sign in to comment.