Document CI_TOKEN's write:repository scope requirement (gitea #50) #72

Merged
lars merged 1 commits from fix/issue-50 into master 2026-08-23 21:39:54 +02:00
+3
View File
@@ -98,6 +98,9 @@ jobs:
volumes:
- /srv/act-runner-cache/uv:/uv-cache
steps:
# CI_TOKEN needs write:repository scope (not just read) — this job
# pushes commits and tags to master, unlike ruff-check/ruff-format/
# type-check/test above, which only need to check out the repo.
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_TOKEN }}