ci: request packages:write permission for registry push #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/packages-write"
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?
Build now runs correctly on linux-host (checkout + docker build succeed), but push to the Forgejo registry fails with unauthorized: reqPackageAccess — the default secrets.GITHUB_TOKEN has no package-write scope until requested. Adds a permissions: packages: write block.