mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Workflow: fixed forgejo secret
This commit is contained in:
parent
bcdb7c3cc7
commit
155aac8e51
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
@ -179,4 +179,4 @@ jobs:
|
||||||
artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz"
|
artifacts: "RetroDECK*.flatpak,RetroDECK*.flatpak.sha,RetroDECK*Artifact.tar.gz"
|
||||||
tag: ${{ needs.Build_RetroDECK.outputs.tag }}
|
tag: ${{ needs.Build_RetroDECK.outputs.tag }}
|
||||||
secrets:
|
secrets:
|
||||||
GITEA_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }}
|
FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }}
|
Loading…
Reference in a new issue