Skip to content

Commit

Permalink
Use gpg key defined in github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
djeang committed Jul 3, 2024
1 parent 4c8e258 commit 5bf4149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
env:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_PWD: ${{ secrets.OSSRH_PWD }}
jeka.gpg.secret-key: ${{ secrets.GPG_SECRET_KEY}}
jeka.gpg.passphrase: ${{ secrets.GPG_PASSPHRASE }}
JEKA_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY}}
JEKA_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
GITHUB_BRANCH: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Its key features include:

- [Build a Springboot-Agular application, including Sonarqube analysis and Docker E2E testing](https://github.com/jeka-dev/demo-project-springboot-angular)
- [Build, run, dockerize, and publish application with zero-conf](https://github.com/jeka-dev/demo-base-application)
- [Deploy a library on Maven Central](https://github.com/jeka-dev/openapi-plugin?tab=readme-ov-file#publication-on-maven-central)
- [Publish a library on Maven Central](https://github.com/jeka-dev/openapi-plugin?tab=readme-ov-file#publication-on-maven-central) or [other example](https://github.com/djeang/vincer-dom)


### Reuse Build Logic
Expand Down

0 comments on commit 5bf4149

Please sign in to comment.