Skip to content

Commit

Permalink
ci: add missing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 17, 2022
1 parent 2c14d5a commit 868513e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
&& contains('push workflow_dispatch', github.event_name)
&& contains(github.repository, 'DanySK/')
}}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
release:
needs:
- build
Expand Down

0 comments on commit 868513e

Please sign in to comment.