Skip to content

Commit

Permalink
πŸ”‘ Set MAVEN_SECRING_PASSWORD variable for mvn password
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouron committed Oct 21, 2021
1 parent 0c0b427 commit 5599e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
env:
MAVEN_USERNAME: criteo-oss
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.SONATYPE_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_SECRING_PASSWORD }}

# - name: Publish to GitHub Packages
# run: mvn -B -DskipTests -P deploy deploy
Expand Down

0 comments on commit 5599e3c

Please sign in to comment.