Trying to pass the secret as an input

This commit is contained in:
XargonWan 2024-11-08 10:08:40 +09:00
parent 88b9442a6f
commit aafa34912d

View file

@ -8,4 +8,6 @@ on:
jobs:
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
with:
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}