ci(release): switch registry login to REGISTRY_TOKEN #3
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release run #28 build succeeded, but the push failed with
401 Unauthorized: reqPackageAccess— Forgejo's injectedGITHUB_TOKENisn't scoped for container-registry writes.Swaps
secrets.GITHUB_TOKENforsecrets.REGISTRY_TOKEN(a PAT withwrite:packagescope, added to repo secrets). Also removes the transient diagnostics step since we now know the failure mode.Test plan
git.fabledsword.com/bvandeusen/minstrel:mainappears in the Forgejo package registry (closes Fable task 281, milestone M0)