From b759bed608dafe2212eed1e16c044cb1b16c33b9 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 9 Nov 2021 16:11:11 -0500 Subject: [PATCH] Bump README to v0.4.0 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ce74a7..b92c859 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: steps: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0.3.1' + uses: 'google-github-actions/auth@v0.4.0' with: token_format: 'access_token' workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' @@ -199,7 +199,7 @@ jobs: steps: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: `google-github-actions/auth@v0.3.1' + uses: `google-github-actions/auth@v0.4.0' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' @@ -225,7 +225,7 @@ jobs: steps: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: `google-github-actions/auth@v0.3.1' + uses: `google-github-actions/auth@v0.4.0' with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' ``` @@ -254,7 +254,7 @@ jobs: # Configure Workload Identity Federation via a credentials file. - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0.3.1' + uses: 'google-github-actions/auth@v0.4.0' with: workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider' service_account: 'my-service-account@my-project.iam.gserviceaccount.com' @@ -297,7 +297,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.1' + uses: 'google-github-actions/auth@v0.4.0' with: token_format: 'access_token' 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. - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0.3.1' + uses: 'google-github-actions/auth@v0.4.0' with: token_format: 'access_token' workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'