Bump version
This commit is contained in:
parent
febe21311b
commit
2dd133ffa2
@ -40,7 +40,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'sethvargo/oidc-auth-google-cloud@v0.2.0'
|
uses: 'sethvargo/oidc-auth-google-cloud@v0.3.0'
|
||||||
with:
|
with:
|
||||||
token_format: 'access_token'
|
token_format: 'access_token'
|
||||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||||
@ -164,7 +164,7 @@ jobs:
|
|||||||
# Configure Workload Identity Federation via a credentials file.
|
# Configure Workload Identity Federation via a credentials file.
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'sethvargo/oidc-auth-google-cloud@v0.2.0'
|
uses: 'sethvargo/oidc-auth-google-cloud@v0.3.0'
|
||||||
with:
|
with:
|
||||||
create_credentials_file: 'access_token'
|
create_credentials_file: 'access_token'
|
||||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||||
@ -202,7 +202,7 @@ jobs:
|
|||||||
# Configure Workload Identity Federation and generate an access token.
|
# Configure Workload Identity Federation and generate an access token.
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'sethvargo/oidc-auth-google-cloud@v0.2.0'
|
uses: 'sethvargo/oidc-auth-google-cloud@v0.3.0'
|
||||||
with:
|
with:
|
||||||
token_format: 'access_token'
|
token_format: 'access_token'
|
||||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||||
@ -236,7 +236,7 @@ jobs:
|
|||||||
# Configure Workload Identity Federation and generate an access token.
|
# Configure Workload Identity Federation and generate an access token.
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'sethvargo/oidc-auth-google-cloud@v0.2.0'
|
uses: 'sethvargo/oidc-auth-google-cloud@v0.3.0'
|
||||||
with:
|
with:
|
||||||
token_format: 'access_token'
|
token_format: 'access_token'
|
||||||
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
|
||||||
|
@ -120,7 +120,7 @@ export class Client {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!opts.headers['User-Agent']) {
|
if (!opts.headers['User-Agent']) {
|
||||||
opts.headers['User-Agent'] = 'sethvargo:oidc-auth-google-cloud/0.2.1';
|
opts.headers['User-Agent'] = 'sethvargo:oidc-auth-google-cloud/0.3.0';
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user