fix: use PUBLISH_TOKEN secret name (GITEA_ prefix forbidden)

This commit is contained in:
2026-08-17 00:44:35 +08:00
parent c94374b62a
commit 303e64790b

View File

@@ -20,6 +20,6 @@ jobs:
- name: Publish to Gitea
run: bash publish-gitea-actions.sh
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
GITEA_BASE_URL: http://192.168.30.33:3000
RELEASE_TAG: ${{ github.event.inputs.tag }}