-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update google-github-actions/auth action to v2.1.0 (#3944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5482181
commit 42fd6f0
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- id: 'auth' | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/auth@v2.0.1 | ||
uses: google-github-actions/auth@v2.1.0 | ||
with: | ||
workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} | ||
service_account: ${{env.GCP_SERVICE_ACCOUNT}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,7 +404,7 @@ jobs: | |
if: ${{ github.event_name == 'push' }} | ||
- id: 'auth' | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/auth@v2.0.1 | ||
uses: google-github-actions/auth@v2.1.0 | ||
with: | ||
workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} | ||
service_account: ${{env.GCP_SERVICE_ACCOUNT}} | ||
|
@@ -524,7 +524,7 @@ jobs: | |
- uses: actions/[email protected] | ||
- id: 'auth' | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/auth@v2.0.1 | ||
uses: google-github-actions/auth@v2.1.0 | ||
with: | ||
workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} | ||
service_account: ${{env.GCP_SERVICE_ACCOUNT}} | ||
|
@@ -555,7 +555,7 @@ jobs: | |
- id: 'auth' | ||
if: ${{ steps.get_run_numbers.outputs.result != '' }} | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/auth@v2.0.1 | ||
uses: google-github-actions/auth@v2.1.0 | ||
with: | ||
workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} | ||
service_account: ${{env.GCP_SERVICE_ACCOUNT}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- id: 'auth' | ||
if: ${{ steps.get_run_numbers.outputs.result != '' }} | ||
name: 'Authenticate to GCP' | ||
uses: google-github-actions/auth@v2.0.1 | ||
uses: google-github-actions/auth@v2.1.0 | ||
with: | ||
workload_identity_provider: 'projects/765091727073/locations/global/workloadIdentityPools/hato-atama-workload-identity/providers/github' | ||
service_account: '[email protected]' | ||
|