Workflow: fixed forgejo secret

This commit is contained in:
XargonWan 2024-11-12 11:20:42 +09:00
parent bcdb7c3cc7
commit 155aac8e51

View file

@ -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 }}