Skip to content

Commit

Permalink
Add the sonatype user/password as environment vars for the publishing…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
jayohms committed Apr 26, 2021
1 parent 277ad42 commit a39099a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonatype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

- name: Publish artifact to Sonatype
env:
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
Expand Down

0 comments on commit a39099a

Please sign in to comment.