mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-23 09:05:38 +00:00
Trying to pass the secret as a secret
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
This commit is contained in:
parent
aafa34912d
commit
d5f17425b4
2
.github/workflows/pr-from-upstream.yml
vendored
2
.github/workflows/pr-from-upstream.yml
vendored
|
@ -9,5 +9,5 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
upstream-sync:
|
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:
|
secrets:
|
||||||
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
Loading…
Reference in a new issue