Workflow: disabling forgejo step

This commit is contained in:
XargonWan 2024-11-12 11:21:12 +09:00
parent 155aac8e51
commit fedef0c3eb

View file

@ -170,13 +170,13 @@ jobs:
# As backup we're even publishing the build on our own selfhosted Fogejo instance # As backup we're even publishing the build on our own selfhosted Fogejo instance
# Forgejo Publish Job if main branch # Forgejo Publish Job if main branch
Forgejo-publish: # Forgejo-publish:
if: github.ref == 'refs/heads/main' # if: github.ref == 'refs/heads/main'
needs: Build_RetroDECK # needs: Build_RetroDECK
uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main # uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main
with: # with:
release_body: ${{ needs.Build_RetroDECK.outputs.release_body }} # release_body: ${{ needs.Build_RetroDECK.outputs.release_body }}
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:
FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }} # FORGEJO_TRIGGER_BUILD_TOKEN: ${{ secrets.FORGEJO_TRIGGER_BUILD_TOKEN }}