Skip to content

Commit e2ce9c6

Browse files
authored
Use new plugin key (flutter#7610)
The new plugin key has been uploaded internally; hopefully this fixes the dev build, but I think I will have to merge this to master to test it out.
1 parent 1c2ab73 commit e2ce9c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kokoro/macos_external/release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_action {
1212
fetch_keystore {
1313
keystore_resource {
1414
keystore_config_id: 74840
15-
keyname: "flutter-intellij-plugin-auth-token"
15+
keyname: "jetbrains-plugin-upload-auth-token"
1616
}
1717
keystore_resource {
1818
keystore_config_id: 74840

tool/kokoro/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setup() {
2727

2828
export FLUTTER_SDK=`pwd`/../flutter
2929
export FLUTTER_KEYSTORE_ID=74840
30-
export FLUTTER_KEYSTORE_NAME=flutter-intellij-plugin-auth-token
30+
export FLUTTER_KEYSTORE_NAME=jetbrains-plugin-upload-auth-token
3131
export FLUTTER_KEYSTORE_JXBROWSER_KEY_NAME=flutter-intellij-plugin-jxbrowser-license-key
3232
export NO_FS_ROOTS_ACCESS_CHECK=true
3333

tool/kokoro/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set PATH=%PATH%;%~dp0..\..\..ant\apache-ant-1.10.7\bin
2727
rem ant -version
2828

2929
set FLUTTER_KEYSTORE_ID=74840
30-
set FLUTTER_KEYSTORE_NAME=flutter-intellij-plugin-auth-token
30+
set FLUTTER_KEYSTORE_NAME=jetbrains-plugin-upload-auth-token
3131

3232
cd tool\plugin
3333
rem dir /s/o ..\..\..

0 commit comments

Comments
 (0)