Opening this post via this issue.
GITHUB_TOKEN cannot access private packages in GitHub Package Registry, therefore the CI cannot proceed if it includes any private packages.
The only way is to use Private Access Token, but that is binded onto a user and I don’t find this solution as correct (and maybe even not secure) for using it on the CI.
Could the token be expanded to access all private packages within the organization or something like that?