Use RELEASE_TOKEN secret for releases

This commit is contained in:
2025-12-30 11:58:09 -05:00
parent 7f685c4216
commit 5d96fcab11
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ This repo includes a Gitea Actions workflow that builds Linux binaries for
## One-time setup (Gitea Actions)
1) Create a personal access token with repo write access.
2) Add it to the repo secrets as `GITEA_TOKEN`.
2) Add it to the repo secrets as `RELEASE_TOKEN`.
## Release steps
1) Update `CHANGELOG.md`.