Skip to content

feat: add GPG and SSH commit signing support#218

Merged
ChristophShyper merged 1 commit into
masterfrom
feat/gpg-ssh-commit-signing
Jun 6, 2026
Merged

feat: add GPG and SSH commit signing support#218
ChristophShyper merged 1 commit into
masterfrom
feat/gpg-ssh-commit-signing

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 6, 2026

📝 Brief description

feat: add GPG and SSH commit signing support

💻 Commits

  • 67345b0 - ChristophShyper - 2026-06-06 12:22:30
    feat: add GPG and SSH commit signing support
    Add signing inputs and runtime setup for GPG and SSH commit signing in the action container. Extend local image tests and documentation to cover signed commit flows, including passphrase-protected GPG keys and SSH signature verification.

📁 Modified files

README.md | 49 ++++++++++++++++
action.yml | 12 ++++
alpine-packages.txt | 2 +
entrypoint.sh | 137 +++++++++++++++++++++++++++++++++++++++----
tests/docker/local-image.yml | 88 ++++++++++++++++++++++++++-
5 files changed, 277 insertions(+), 11 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Add signing inputs and runtime setup for GPG and SSH commit signing in the action container. Extend local image tests and documentation to cover signed commit flows, including passphrase-protected GPG keys and SSH signature verification.
@ChristophShyper ChristophShyper merged commit 7146aff into master Jun 6, 2026
19 checks passed
@ChristophShyper ChristophShyper deleted the feat/gpg-ssh-commit-signing branch June 6, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant