Skip to content

Commit d194bb0

Browse files
authored
feat: add gpg support (#1957)
* feat: add GPG commit signing support to GitHub Action * feat: add GPG signing test workflow * chore: remove unnecessary console log from CI command * chore: remove GPG signing test workflow from CI * chore: remove GPG signing test workflow from CI * chore: remove GPG signing test workflow from CI * chore: remove GPG signing input from action.yml
1 parent ef9fcbd commit d194bb0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.changeset/ten-doodles-sing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ runs:
2020
--commit-author-email "${{ inputs.commit-author-email }}" \
2121
--working-directory "${{ inputs.working-directory }}" \
2222
--process-own-commits "${{ inputs.process-own-commits }}" \
23-
--parallel ${{ inputs.parallel }} \
24-
--gpg-sign "${{ inputs.gpg-sign }}"
23+
--parallel ${{ inputs.parallel }}
2524
shell: bash
2625
inputs:
2726
version:
@@ -63,7 +62,3 @@ inputs:
6362
description: "Run in parallel mode"
6463
default: false
6564
required: false
66-
gpg-sign:
67-
description: "Sign commits with GPG. Requires GPG key to be configured (e.g., via crazy-max/ghaction-import-gpg)"
68-
default: false
69-
required: false

0 commit comments

Comments
 (0)