Skip to content

Commit 1472aa3

Browse files
committed
Add missing variables
1 parent 5bd49bf commit 1472aa3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ on:
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:

.github/workflows/tests-code.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)