mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-25 09:35:38 +00:00
Trying to pass the secret as an input
This commit is contained in:
parent
88b9442a6f
commit
aafa34912d
4
.github/workflows/pr-from-upstream.yml
vendored
4
.github/workflows/pr-from-upstream.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue