From 9c8be47f677c628478508d2968d805671a40bfee Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 12 Nov 2024 11:07:49 +0900 Subject: [PATCH] Forgejo: fixed variable name --- .github/workflows/fogejo_publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fogejo_publish_release.yml b/.github/workflows/fogejo_publish_release.yml index 162c9fd..308f8b6 100644 --- a/.github/workflows/fogejo_publish_release.yml +++ b/.github/workflows/fogejo_publish_release.yml @@ -51,7 +51,7 @@ jobs: UPLOAD_HOST="upload.retrodeck.net" ORGANIZATION="${{ github.repository_owner }}" REPO="${{ github.event.repository.name }}" - FORGEJO_TOKEN="${{ secrets.GITEA_TRIGGER_BUILD_TOKEN }}" + FORGEJO_TOKEN="${{ secrets.FOGEJO_TRIGGER_BUILD_TOKEN }}" RELEASE_NAME="${REPO} ${{ inputs.tag }}" TAG="${{ inputs.tag }}" RELEASE_BODY="${{ inputs.release_body }}"