fix: use REGISTRY_TOKEN for container registry login #5
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/registry-token"
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?
The built-in Actions token can't authenticate against Forgejo's package
registry regardless of the declared job permissions, so use a real PAT
stored as REGISTRY_TOKEN instead.