Skip to content

Commit

Permalink
fix: fix type in SECRET_MANAGER_PROJECT_ID name (#11065)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer authored Oct 31, 2024
1 parent 8a055ce commit 37191c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kokoro/populate-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for key in $(echo ${SECRET_MANAGER_KEYS} | sed "s/,/ /g"); do
gcr.io/google.com/cloudsdktool/cloud-sdk \
secrets versions access latest \
--credential-file-override=${KOKORO_GFILE_DIR}/kokoro-trampoline.service-account.json \
--project ${SECRET_MANAGER_PROEJECT_ID} \
--project ${SECRET_MANAGER_PROJECT_ID} \
--secret ${key} > \
"${SECRET_LOCATION}/${key}"
if [[ $? == 0 ]]; then
Expand Down

0 comments on commit 37191c6

Please sign in to comment.