File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 34
34
MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
35
35
MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
36
36
MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
37
- MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
37
+ MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
38
+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
Original file line number Diff line number Diff line change 21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
23
23
MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
24
+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
24
25
- name : Slack Notification
25
26
uses : rtCamp/action-slack-notify@v2
26
27
env :
You can’t perform that action at this time.
0 commit comments