Skip to content

Commit a548e14

Browse files
ShellyAgggae-java-bot
authored andcommitted
Internal change
PiperOrigin-RevId: 850261163 Change-Id: I73ce5933f4fc59e3b6d93702d59625368e4167d7
1 parent 4b6dc4d commit a548e14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kokoro/gcp_ubuntu/release.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ build_file: "appengine-java-standard/kokoro/gcp_ubuntu/release.sh"
2222
before_action {
2323
fetch_keystore {
2424
keystore_resource {
25-
keystore_config_id: 71528
26-
keyname: "sonatype_username"
25+
keystore_config_id: 75669
26+
keyname: "sonatype_central_username_appengine_java"
2727
}
2828
keystore_resource {
29-
keystore_config_id: 71528
30-
keyname: "sonatype_password"
29+
keystore_config_id: 75669
30+
keyname: "sonatype_central_password_appengine_java"
3131
}
3232
keystore_resource {
3333
keystore_config_id: 70247
@@ -63,12 +63,12 @@ action {
6363

6464
env_vars {
6565
key: "SONATYPE_USERNAME"
66-
value: "$(cat $KOKORO_ROOT/src/keystore/71528_sonatype_username)"
66+
value: "$(cat $KOKORO_ROOT/src/keystore/75669_sonatype_central_username_appengine_java)"
6767
}
6868

6969
env_vars {
7070
key: "SONATYPE_PASSWORD"
71-
value: "$(cat $KOKORO_ROOT/src/keystore/71528_sonatype_password)"
71+
value: "$(cat $KOKORO_ROOT/src/keystore/75669_sonatype_central_password_appengine_java)"
7272
}
7373

7474
env_vars {

0 commit comments

Comments
 (0)