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: