Skip to content

Commit

Permalink
build(deps): bump google-github-actions/auth from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v1...v2)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 4b27883 commit 1e65b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- id: "auth"
if: github.ref == 'refs/heads/master'
name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v1" # ratchet:exclude
uses: "google-github-actions/auth@v2" # ratchet:exclude
with:
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
service_account: "gh-${{ env.FEATURE_NAME }}@nais-io.iam.gserviceaccount.com"
Expand Down

0 comments on commit 1e65b07

Please sign in to comment.