Rename the release workflow's secret to PACKAGE_TOKEN
Release / release (push) Failing after 1m14s

Gitea rejects secret names starting with GIT (not just the GITEA_/
GITHUB_ prefixes), so GITEA_PACKAGE_TOKEN wasn't a valid name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 14:01:40 +02:00
co-authored by Claude Sonnet 5
parent 2a5b0b98f4
commit a11dfd8f7e
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
- name: Publish to Gitea npm registry - name: Publish to Gitea npm registry
run: pnpm publish --no-git-checks run: pnpm publish --no-git-checks
env: env:
NODE_AUTH_TOKEN: ${{ secrets.GITEA_PACKAGE_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.PACKAGE_TOKEN }}