mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-07 09:17:05 +00:00
Bump version used in README examples (#26)
This commit is contained in:
parent
f3c3e206c9
commit
abe0e87145
1 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
steps:
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: 'google-github-actions/auth@v0.3.0'
|
||||
uses: 'google-github-actions/auth@v0.3.1'
|
||||
with:
|
||||
token_format: 'access_token'
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
# Configure Workload Identity Federation via a credentials file.
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: 'google-github-actions/auth@v0.3.0'
|
||||
uses: 'google-github-actions/auth@v0.3.1'
|
||||
with:
|
||||
create_credentials_file: 'true'
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
|
|
@ -210,7 +210,7 @@ jobs:
|
|||
# Configure Workload Identity Federation and generate an access token.
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: 'google-github-actions/auth@v0.3.0'
|
||||
uses: 'google-github-actions/auth@v0.3.1'
|
||||
with:
|
||||
token_format: 'access_token'
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
|
|
@ -245,7 +245,7 @@ jobs:
|
|||
# Configure Workload Identity Federation and generate an access token.
|
||||
- id: 'auth'
|
||||
name: 'Authenticate to Google Cloud'
|
||||
uses: 'google-github-actions/auth@v0.3.0'
|
||||
uses: 'google-github-actions/auth@v0.3.1'
|
||||
with:
|
||||
token_format: 'access_token'
|
||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue