Skip to content

Commit

Permalink
build-profile.json5: set signing materials to keys stored in GitHub s…
Browse files Browse the repository at this point in the history
…ecrets

Signed-off-by: Francesco Pham <[email protected]>
  • Loading branch information
Francesco Pham committed Dec 21, 2024
1 parent 3b7e6f7 commit 03515a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build-profile.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
{
"name": "default",
"material": {
"certpath": "C:/Users/c84381641/.ohos/config/openharmony/default_GuessNumber_B_Qn8V44HXwj1kWhXEL-umMcc38FMloFMKDBR34bgHY=.cer",
"storePassword": "0000001BB99CAAF78A02482768042F74FC27CE26C360282120D17048B0A5A5AC5A569A5138A816CFDA52FF",
"certpath": "./.secret/oniro-ci.cer",
"storePassword": "0000001BD5A16C997F0EF958596A946A060A50ED61DF4D945A74AB3C462CBCFBE5BA90427A3DEAC0D27D3E",
"keyAlias": "debugKey",
"keyPassword": "0000001B40F99276F50ED0FD81057333E98D5978E93A5307E70CA46D064C35F23BF20BCB436C0CD13B2745",
"profile": "C:/Users/c84381641/.ohos/config/openharmony/default_GuessNumber_B_Qn8V44HXwj1kWhXEL-umMcc38FMloFMKDBR34bgHY=.p7b",
"keyPassword": "0000001BACA49D623B16BE8A9C4C216A9ED64244F7255BC9AEF8C862264DDA900496AD36202857353771E8",
"profile": "./.secret/oniro-ci.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:/Users/c84381641/.ohos/config/openharmony/default_GuessNumber_B_Qn8V44HXwj1kWhXEL-umMcc38FMloFMKDBR34bgHY=.p12"
"storeFile": "./.secret/oniro-ci.p12"
}
}
],
Expand Down

0 comments on commit 03515a7

Please sign in to comment.