This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch feat/dependabot-add-changelog
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/feat/dependabot-add-changelog
by this push:
new b30b081 Add GPG passphrase optional input
b30b081 is described below
commit b30b0812202fb5efbe52f50f87e8b361074cbecd
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 15:41:32 2025 +0200
Add GPG passphrase optional input
---
.github/workflows/process-dependabot-reusable.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/process-dependabot-reusable.yaml
b/.github/workflows/process-dependabot-reusable.yaml
index 99386fe..acc5e27 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -31,6 +31,9 @@ on:
CONTENT_WRITE_TOKEN:
description: GitHub token to push changes
required: true
+ GPG_PASSPHRASE:
+ description: GPG passphrase for signing commits
+ required: false
GPG_PRIVATE_KEY:
description: GPG secret key for signing commits
required: true
@@ -56,6 +59,7 @@ jobs:
uses:
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # 6.3.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Generate changelog entries
id: dependencies