mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Forgejo: fixed variable name
This commit is contained in:
parent
0e9e5bb8c6
commit
9c8be47f67
2
.github/workflows/fogejo_publish_release.yml
vendored
2
.github/workflows/fogejo_publish_release.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue