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 2f10eae Fix typo in secret name
2f10eae is described below
commit 2f10eaea6908a98323c99d544925682c32021321
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 15:37:12 2025 +0200
Fix typo in secret name
---
.github/workflows/process-dependabot-reusable.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/process-dependabot-reusable.yaml
b/.github/workflows/process-dependabot-reusable.yaml
index 4bdf721..99386fe 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -19,6 +19,11 @@ name: Dependabot Process PR
on:
workflow_call:
+ inputs:
+ ref:
+ description: The branch, tag or SHA to checkout
+ default: ${{ github.ref }}
+ type: string
secrets:
AUTO_MERGE_TOKEN:
description: GitHub token to enable auto-merge on PR
@@ -26,7 +31,7 @@ on:
CONTENT_WRITE_TOKEN:
description: GitHub token to push changes
required: true
- GPG_SECRET_KEY:
+ GPG_PRIVATE_KEY:
description: GPG secret key for signing commits
required: true
@@ -44,6 +49,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
+ ref: ${{ inputs.ref }}
token: ${{ secrets.CONTENT_WRITE_TOKEN }}
- name: Set up GPG