You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I've just read the documentation, I guess my problem is :
If you want to authenticate to GitHub Container Registry in a GitHub Actions workflow, then you must use a personal access token (PAT). The GITHUB_TOKEN does not currently have the required permissions. During the GitHub Container Registry beta, the only supported form of authentication is the PAT.
Describe the bug
After migrating from
docker.pkg.github.com
toghcr.io
, I'm getting adenied: permission_denied: write_package
error while publishingTo Reproduce
workflow configuration
Expected behavior
Publish working
Additional context
I didn't have any permission denied errors while using the previous registry
The text was updated successfully, but these errors were encountered: