Skip to content

Commit 87d732d

Browse files
tholenstcopybara-github
authored andcommitted
Fix the path to the encrypted token.
PiperOrigin-RevId: 821519852 Change-Id: Iffca93b0310cd2c7e1c08a553217dd2afd0caa5e
1 parent 0c8c5ef commit 87d732d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/release_maven.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ RELEASE_KEY="${KOKORO_KEYSTORE_DIR}/70968_tink_tinkey_release_wrapping_key.pb"
9393
readonly BASE64TOKENFILE="$(mktemp)"
9494
"${KOKORO_BLAZE_DIR}/GoTools/blaze-bin/third_party/tink/integration/go/kokorotools/hybrid_encryption" \
9595
--tink_key_file="${RELEASE_KEY}" \
96-
--source_file=/tink_orig_dir/tink_java/tools/maven_central_tokens/encrypted_password \
96+
--source_file="${TINK_BASE_DIR}/tink_java/tools/maven_central_tokens/encrypted_password" \
9797
--dest_file="${BASE64TOKENFILE}" \
9898
--context=MavenCentralPublishing \
9999
--mode=decrypt

0 commit comments

Comments
 (0)