Skip to content

Commit

Permalink
Merge pull request #15 from buildkite-plugins/readme-v1.3
Browse files Browse the repository at this point in the history
Update plugin version
  • Loading branch information
pzeballos authored Aug 11, 2024
2 parents 763230f + 6079038 commit 850b34c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
- command: |
echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
plugins:
- gcp-workload-identity-federation#v1.2.0:
- gcp-workload-identity-federation#v1.3.0:
audience: "//iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/buildkite-example-pipeline/providers/buildkite"
service-account: "[email protected]"
```
Expand All @@ -58,7 +58,7 @@ steps:
- command: |
echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS or \$CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE"
plugins:
- gcp-workload-identity-federation#v1.2.0:
- gcp-workload-identity-federation#v1.3.0:
audience: "//iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/buildkite-example-pipeline/providers/buildkite"
service-account: "[email protected]"
- docker#v5.9.0:
Expand Down Expand Up @@ -119,7 +119,7 @@ steps:
- command: |
echo "Credentials are located at \$GOOGLE_APPLICATION_CREDENTIALS"
plugins:
- gcp-workload-identity-federation#v1.2.0:
- gcp-workload-identity-federation#v1.3.0:
audience: "//iam.googleapis.com/projects/123456789/locations/global/workloadIdentityPools/buildkite-example-pipeline/providers/buildkite"
service-account: "[email protected]"
```
Expand Down

0 comments on commit 850b34c

Please sign in to comment.