Skip to content

Commit c95a223

Browse files
authored
Fix credentials and staging bucket for publish_javadoc job (#4991)
1 parent b727a8a commit c95a223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22
env_vars: {
33
key: "STAGING_BUCKET"
4-
value: "docs_staging"
4+
value: "docs-staging"
55
}
66

77
env_vars: {

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
if [[ -z "${CREDENTIALS}" ]]; then
19-
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713-docuploader_service_account
19+
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713_docuploader_service_account
2020
fi
2121

2222
if [[ -z "${STAGING_BUCKET}" ]]; then

0 commit comments

Comments
 (0)