Skip to content

Commit

Permalink
Add pgp env variables in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michallaskowski committed Jul 27, 2020
1 parent 45eb9ac commit b463979
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publishing-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }}
PGP_SIGNING_PASSWORD: ${{ secrets.PGP_SIGNING_PASSWORD }}
run: ./gradlew library:publish

0 comments on commit b463979

Please sign in to comment.