From 863763aa794ae239da1ff23d6a17fa4302ddf23a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 10:08:33 +0900 Subject: [PATCH] PR: fixing Rekku private key - adding input --- .github/workflows/pr_from_upstream.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr_from_upstream.yml b/.github/workflows/pr_from_upstream.yml index 373dedb..739af8b 100644 --- a/.github/workflows/pr_from_upstream.yml +++ b/.github/workflows/pr_from_upstream.yml @@ -3,6 +3,11 @@ name: "Sync with Upstream and Create PR" on: workflow_dispatch: workflow_call: + inputs: + REKKU_PRIVATE_KEY: + description: 'Private key for Rekku' + required: true + type: string jobs: sync-upstream: