chore: use vars instead of secrets for GITEA_RELEASE_TOKEN
Some checks failed
test-build-release / test (push) Successful in 26s
test-build-release / build-linux (push) Failing after 41s

This commit is contained in:
2026-05-29 03:12:00 +00:00
parent d42b250c17
commit e7a3ecd443

View File

@ -76,7 +76,7 @@ jobs:
- name: Create Gitea release
if: startsWith(github.ref, 'refs/tags/')
env:
GITEA_TOKEN: ${{ secrets.GITEA_RELEASE_TOKEN }}
GITEA_TOKEN: ${{ vars.GITEA_RELEASE_TOKEN }}
TAG_NAME: ${{ github.ref_name }}
REPO: ${{ github.repository }}
SERVER_URL: ${{ github.server_url }}