File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11
11
secrets :
12
12
KOPPOR_SIGNING_SECRETKEYRINGFILE_BASE64 :
13
13
required : true
14
+ KOPPOR_SIGNING_KEYID :
15
+ required : true
16
+ KOPPOR_SIGNING_PASSWORD :
17
+ required : true
18
+ KOPPOR_MAVENCENTRALUSERNAME :
19
+ required : true
20
+ KOPPOR_MAVENCENTRALPASSWORD :
21
+ required : true
14
22
15
23
workflow_dispatch :
16
24
inputs :
Original file line number Diff line number Diff line change @@ -401,6 +401,10 @@ jobs:
401
401
uses : ./.github/workflows/publish.yml
402
402
secrets :
403
403
KOPPOR_SIGNING_SECRETKEYRINGFILE_BASE64 : ${{ secrets.KOPPOR_SIGNING_SECRETKEYRINGFILE_BASE64 }}
404
+ KOPPOR_SIGNING_KEYID : ${{ secrets.KOPPOR_SIGNING_KEYID }}
405
+ KOPPOR_SIGNING_PASSWORD : ${{ secrets.KOPPOR_SIGNING_PASSWORD }}
406
+ KOPPOR_MAVENCENTRALUSERNAME : ${{ secrets.KOPPOR_MAVENCENTRALUSERNAME }}
407
+ KOPPOR_MAVENCENTRALPASSWORD : ${{ secrets.KOPPOR_MAVENCENTRALPASSWORD }}
404
408
405
409
jbang :
406
410
name : JBang (main)
You can’t perform that action at this time.
0 commit comments