Fix: rename GITEA_TOKEN secret to RELEASE_TOKEN
Some checks failed
Build & Release / build-linux-x86_64 (push) Failing after 17s
Build & Release / build-linux-aarch64 (push) Failing after 19s
Build & Release / build-linux-armv7 (push) Failing after 4s
Build & Release / build-macos (push) Failing after 4s
Build & Release / release (push) Has been skipped
CI / test (push) Failing after 3s
Some checks failed
Build & Release / build-linux-x86_64 (push) Failing after 17s
Build & Release / build-linux-aarch64 (push) Failing after 19s
Build & Release / build-linux-armv7 (push) Failing after 4s
Build & Release / build-macos (push) Failing after 4s
Build & Release / release (push) Has been skipped
CI / test (push) Failing after 3s
Gitea reserves the GITEA_ prefix for secrets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -166,7 +166,7 @@ jobs:
|
|||||||
- name: Create release
|
- name: Create release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
TAG="${GITHUB_REF##*/}"
|
TAG="${GITHUB_REF##*/}"
|
||||||
GITEA_URL="https://git.manko.yoga"
|
GITEA_URL="https://git.manko.yoga"
|
||||||
|
|||||||
Reference in New Issue
Block a user