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 1111 secrets :
1212 KOPPOR_SIGNING_SECRETKEYRINGFILE_BASE64 :
1313 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
1422
1523 workflow_dispatch :
1624 inputs :
Original file line number Diff line number Diff line change @@ -401,6 +401,10 @@ jobs:
401401 uses : ./.github/workflows/publish.yml
402402 secrets :
403403 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 }}
404408
405409 jbang :
406410 name : JBang (main)
You can’t perform that action at this time.
0 commit comments