mirror of
https://github.com/google-github-actions/auth.git
synced 2026-06-05 19:53:29 +00:00
Bump README to v0.4.0
This commit is contained in:
parent
f014f2369a
commit
b759bed608
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: 'google-github-actions/auth@v0.3.1'
|
uses: 'google-github-actions/auth@v0.4.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'
|
||||||
|
|
@ -199,7 +199,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: `google-github-actions/auth@v0.3.1'
|
uses: `google-github-actions/auth@v0.4.0'
|
||||||
with:
|
with:
|
||||||
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'
|
||||||
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
||||||
|
|
@ -225,7 +225,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: 'auth'
|
- id: 'auth'
|
||||||
name: 'Authenticate to Google Cloud'
|
name: 'Authenticate to Google Cloud'
|
||||||
uses: `google-github-actions/auth@v0.3.1'
|
uses: `google-github-actions/auth@v0.4.0'
|
||||||
with:
|
with:
|
||||||
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
|
||||||
```
|
```
|
||||||
|
|
@ -254,7 +254,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: 'google-github-actions/auth@v0.3.1'
|
uses: 'google-github-actions/auth@v0.4.0'
|
||||||
with:
|
with:
|
||||||
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'
|
||||||
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
|
||||||
|
|
@ -297,7 +297,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: 'google-github-actions/auth@v0.3.1'
|
uses: 'google-github-actions/auth@v0.4.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'
|
||||||
|
|
@ -335,7 +335,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: 'google-github-actions/auth@v0.3.1'
|
uses: 'google-github-actions/auth@v0.4.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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue