Skip to content

Commit d1b2b5b

Browse files
author
Takashi Matsuo
authored
testing: fix encrypt-secrets.sh (GoogleCloudPlatform#3866)
fixes GoogleCloudPlatform#3862
1 parent 79b0d63 commit d1b2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/encrypt-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cd $ROOT
2222

2323
gcloud secrets versions add "python-docs-samples-test-env" --data-file="testing/test-env.sh"
2424
gcloud secrets versions add "python-docs-samples-service-account" --data-file="testing/service-account.json"
25-
gcloud secrets versions add "python-docs-samples-client-secrets" --data-file="testing/test-env.sh"
25+
gcloud secrets versions add "python-docs-samples-client-secrets" --data-file="testing/client-secrets.json"

0 commit comments

Comments
 (0)