mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-24 04:05:39 +00:00
PR: fixing Rekku private key - adding input
This commit is contained in:
parent
f6306ce345
commit
863763aa79
5
.github/workflows/pr_from_upstream.yml
vendored
5
.github/workflows/pr_from_upstream.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue