Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Jan 30, 2024
1 parent d270e32 commit 9c7351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ gcloud iam workload-identity-pools providers create-oidc "$REPOSITORY" \
--location="global" \
--project="$PROJECT_ID"

# this is the field used for {workload_identity_provider} in google-github-actions/auth@v2
# this is the field used for {workload_identity_provider} in google-github-actions/auth@v2 (GOOGLE_WORKLOAD_IDENTITY_PROVIDER_NAME in Github Secrets)
WORKLOAD_IDENTITY_PROVIDER_ID=$(gcloud iam workload-identity-pools providers describe "$REPOSITORY" \
--workload-identity-pool="github" \
--project="$PROJECT_ID" \
Expand Down

0 comments on commit 9c7351d

Please sign in to comment.