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 30
30
env :
31
31
SONATYPE_USER : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
32
32
SONATYPE_PASSWORD : ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
33
- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
33
+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
34
34
DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
35
35
run : |
36
36
./mvnw -B clean install -DskipTests
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ limitations under the License.
219
219
</execution >
220
220
</executions >
221
221
<configuration >
222
- <passphrase > ${env.GPG_PASSPHRASE} </ passphrase >
222
+ <!-- Passphrase consumed from MAVEN_GPG_PASSPHRASE environment variable. -- >
223
223
</configuration >
224
224
</plugin >
225
225
<plugin >
You can’t perform that action at this time.
0 commit comments