Skip to content

Commit

Permalink
Correct passwords in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alois-bissuel committed Jul 20, 2022
1 parent 1db7ea6 commit c737aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
- name: Deploy artifacts
env:
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
MAVEN_SECRING_GPG_BASE64: ${{ secrets.MAVEN_SECRING_PASSWORD }}
run: ./gradlew publish --info closeAndReleaseRepository -PnexusUsername="criteo-oss" -PnexusPassword="${SONATYPE_PASSWORD}" -Psigning.keyId="85532E9E" -Psigning.password="${MAVEN_SECRING_GPG_BASE64}"
MAVEN_SECRING_GPG_BASE64: ${{ secrets.MAVEN_SECRING_GPG_BASE64 }}
MAVEN_SECRING_PASSWORD: ${{ secrets.MAVEN_SECRING_PASSWORD }}
run: ./gradlew publish --info closeAndReleaseRepository -PnexusUsername="criteo-oss" -PnexusPassword="${SONATYPE_PASSWORD}" -Psigning.keyId="85532E9E" -Psigning.password="${MAVEN_SECRING_PASSWORD}"

0 comments on commit c737aab

Please sign in to comment.