Skip to content

Commit

Permalink
feat: add keys in CI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Oct 2, 2024
1 parent 98172b6 commit 5453699
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
server-id: ossrh
server-username: OSSRH_JIRA_USERNAME
server-password: OSSRH_JIRA_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

- name: Build with Maven
run: mvn clean test
Expand Down

0 comments on commit 5453699

Please sign in to comment.