-
fix(ci): use secrets.GITEA_TOKEN instead of GITHUB_TOKEN
Docker Build / docker (push) Failing after 8sreleased this
2026-05-22 09:13:06 +02:00 | 63 commits to main since this releasePer Gitea Actions docs, the auto-injected token is exposed as
GITEA_TOKEN, not GITHUB_TOKEN. The latter is GitHub-Actions-specific
and not aliased on Gitea by default.Also bumps version to 1.2.2 to trigger a fresh tag-build.
Downloads