asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
317 stars 122 forks source link

(main) Test artifacts signature in CI #736

Closed abelsromero closed 8 months ago

abelsromero commented 8 months ago

What kind of change does this PR introduce? (check at least one)

What is the goal of this pull request?

Test the signature of artifacts in CI.

Are there any alternative ways to implement this?

Yes, regarding where and how to store the keys. In the end, I decided to put them in the same code for reasons (it's a test key after all):

  1. Simpler, all resides in one place.
  2. Secrets don't work in PRs and I even had issues when setting environment variables in my fork (always empty :shrug:).

Are there any implications of this pull request? Anything a user must know?

no

Is it related to an existing issue?

- [ ] Yes - [x] No *Finally, please add a corresponding entry to CHANGELOG.adoc*