We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfa934 commit 6836840Copy full SHA for 6836840
scripts/prepare-google-cloud.sh
@@ -63,7 +63,7 @@ gcloud iam service-accounts add-iam-policy-binding "$ACCOUNT_EMAIL" \
63
gcloud services enable run.googleapis.com --project=$PROJECT_ID
64
65
# Use workload_identity_provider in workflows
66
-IDENTITY=`gcloud iam workload-identity-pools providers describe "slowreader" \
+IDENTITY=`gcloud iam workload-identity-pools providers describe "hplush" \
67
--project=$PROJECT_ID \
68
--location="global" \
69
--workload-identity-pool="github" \
0 commit comments