Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/jreleaser/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ runs:
export JRELEASER_MAVENCENTRAL_TOKEN="foo"
export JRELEASER_GENERIC_TOKEN="foo"

export JRELEASER_GPG_PASSPHRASE="foo"
export JRELEASER_GPG_PUBLIC_KEY="${{ secrets.DUMMY_GPG_PUBLIC_KEY }}"
export JRELEASER_GPG_SECRET_KEY="${{ secrets.DUMMY_GPG_PRIVATE_KEY }}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are dummies, do we need to use GH Secrets or can we just export them in plain text?


./gradlew jreleaserFullRelease --dryrun --stacktrace
Loading