PR: fixing Rekku private key - adding input

This commit is contained in:
XargonWan 2024-11-08 10:08:33 +09:00
parent f6306ce345
commit 863763aa79

View file

@ -3,6 +3,11 @@ name: "Sync with Upstream and Create PR"
on: on:
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
inputs:
REKKU_PRIVATE_KEY:
description: 'Private key for Rekku'
required: true
type: string
jobs: jobs:
sync-upstream: sync-upstream: