ci: fix registry auth (use github.token + package permissions) #2

Merged
gsadmin merged 1 commits from development into main 2026-09-02 11:16:43 +00:00

1 Commits

Author SHA1 Message Date
Alphaeus Mote 7c6bc94f6f ci: use github.token for registry login and release, add package permissions
The first run failed at docker login with 'unauthorized': secrets.GITEA_TOKEN
is not populated on this instance, so the registry password was empty. Switch
the registry login and release creation to github.token (always injected) and
add an explicit permissions block granting contents+packages write.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-09-02 07:16:17 -04:00