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 3030 env :
3131 SONATYPE_USER : ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
3232 SONATYPE_PASSWORD : ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
33- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
33+ MAVEN_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3434 DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
3535 run : |
3636 ./mvnw -B clean install -DskipTests
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ limitations under the License.
263263 </execution >
264264 </executions >
265265 <configuration >
266- <passphrase > ${env.GPG_PASSPHRASE} </ passphrase >
266+ <!-- Passphrase consumed from MAVEN_GPG_PASSPHRASE environment variable. -- >
267267 </configuration >
268268 </plugin >
269269 <plugin >
You can’t perform that action at this time.
0 commit comments