We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3729cbf commit ac286cdCopy full SHA for ac286cd
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
env:
31
SONATYPE_USER: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
32
SONATYPE_PASSWORD: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}
33
- GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
34
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
35
run: |
36
./mvnw -B clean install -DskipTests
pom.xml
@@ -252,7 +252,7 @@ limitations under the License.
252
</execution>
253
</executions>
254
<configuration>
255
- <passphrase>${env.GPG_PASSPHRASE}</passphrase>
+ <!-- Passphrase consumed from MAVEN_GPG_PASSPHRASE environment variable. -->
256
</configuration>
257
</plugin>
258
<plugin>
0 commit comments