Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2.1.7 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 31, 2024
1 parent b450ef1 commit c5e9290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Clone repo
uses: actions/checkout@master
- id: 'auth'
uses: 'google-github-actions/auth@v2.1.6'
uses: 'google-github-actions/auth@v2.1.7'
with:
workload_identity_provider: ${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER_NAME }} # this is the output provider_name from the TF module
service_account: ${{ secrets.SVC_ACCOUNT_EMAIL }} # this is a SA email configured to create gh-runner MIGs
Expand Down

0 comments on commit c5e9290

Please sign in to comment.