Commit 24dac99 1 parent 31b7cb0 commit 24dac99 Copy full SHA for 24dac99
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
packages : write
19
19
20
20
steps :
21
+ - uses : actions/checkout@v2
21
22
- name : Install gpg secret key
22
23
run : |
23
24
cat <(echo -e "${{ secrets.ARAGO_GPG_KEY }}") | gpg --batch --import
24
25
gpg --list-secret-keys --keyid-format LONG
25
- - uses : actions/checkout@v2
26
26
- name : Set up JDK 11
27
27
uses : actions/setup-java@v2
28
28
with :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
packages : write
17
17
18
18
steps :
19
+ - uses : actions/checkout@v2
19
20
- name : Install gpg secret key
20
21
run : |
21
22
cat <(echo -e "${{ secrets.ARAGO_GPG_KEY }}") | gpg --batch --import
22
23
gpg --list-secret-keys --keyid-format LONG
23
- - uses : actions/checkout@v2
24
24
- name : Set up JDK 11 and Maven Central Repository
25
25
uses : actions/setup-java@v2
26
26
with :
35
35
MVN_OPTIONS : " --batch-mode --no-transfer-progress -DuseRepo=global -Dgpg.passphrase=${{ secrets.ARAGO_GPG_KEY_PASSWORD }}"
36
36
MAVEN_USERNAME : ${{ secrets.MAVEN_CENTRAL_USER }}
37
37
MAVEN_PASSWORD : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
38
+ GITHUB_TOKEN : ${{ secrets.ARAGO_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments