File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
3737 MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
3838 MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
39- MAVEN_GPG_KEY_FINGERPRINT : " 58117AFA1F85B3EEC154677D615D449FE6E6A235 "
39+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
Original file line number Diff line number Diff line change 2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
2525 MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
26- MAVEN_GPG_KEY_FINGERPRINT : " 58117AFA1F85B3EEC154677D615D449FE6E6A235 "
26+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
2727 - name : Slack Notification
2828 uses : rtCamp/action-slack-notify@v2
2929 env :
You can’t perform that action at this time.
0 commit comments