File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
33
33
MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
34
34
MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
35
+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
Original file line number Diff line number Diff line change 23
23
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
MAVEN_GPG_PASSPHRASE : ${{ secrets.RELEASES_GPG_PASSPHRASE }}
25
25
MAVEN_GPG_KEY : ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
26
+ MAVEN_GPG_KEY_FINGERPRINT : ${{ vars.RELEASES_GPG_KEY_FINGERPRINT }}
26
27
- name : Slack Notification
27
28
uses : rtCamp/action-slack-notify@v2
28
29
env :
Original file line number Diff line number Diff line change 263
263
<skipTestScope >true</skipTestScope >
264
264
<detail >true</detail >
265
265
<suppressionFile >suppression.xml</suppressionFile >
266
- <nvdApiKey > ${env. NVD_API_KEY} </ nvdApiKey >
266
+ <nvdApiKeyEnvironmentVariable > NVD_API_KEY</ nvdApiKeyEnvironmentVariable >
267
267
</configuration >
268
268
<executions >
269
269
<execution >
321
321
</goals >
322
322
<configuration >
323
323
<signer >bc</signer >
324
- <keyFingerprint >58117AFA1F85B3EEC154677D615D449FE6E6A235</keyFingerprint >
325
324
</configuration >
326
325
</execution >
327
326
</executions >
You can’t perform that action at this time.
0 commit comments