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
feat: use GitHub App token for GitHub Packages authentication
- Generate GitHub App token using GH_APP_ID and GH_APP_PRIVATE_KEY secrets
- Replace GITHUB_TOKEN with GitHub App token for npm.pkg.github.com
- GitHub App tokens have proper packages:write permissions for org packages
- Should resolve 'Permission installation not allowed' error
0 commit comments