Skip to content

Fix: add signing env vars to CI build step - #18

Merged
Besi97 merged 1 commit into
mainfrom
fix/add-signing-to-ci-build
Aug 3, 2026
Merged

Besi97 merged 1 commit into
mainfrom
fix/add-signing-to-ci-build

Conversation

@Besi97

@Besi97 Besi97 commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Why

The CI build pipeline (github.yml) runs on pushes to main. The release workflow commits and pushes the release version (non-SNAPSHOT) before bumping to the next SNAPSHOT. This triggers a CI build with a non-SNAPSHOT version, which requires GPG signing.

Without the signing secrets, this CI build fails with "no configured signatory" error.

Changes

  • Added signing environment variables to the "Build library" step in github.yml:
    • ORG_GRADLE_PROJECT_signingInMemoryKey
    • ORG_GRADLE_PROJECT_signingInMemoryKeyPassword

Add signing secrets to the CI build as a safety measure. While signing
is skipped for SNAPSHOT versions, if the release workflow fails after
committing the release version but before bumping to SNAPSHOT, the CI
build would fail without these secrets.
@Besi97
Besi97 merged commit 07197fd into main Aug 3, 2026
3 checks passed
@Besi97
Besi97 deleted the fix/add-signing-to-ci-build branch August 3, 2026 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant