Skip to content
Discussion options

You must be logged in to vote

I have finally identified the issue. I published the package without specifying the repository field, which caused GitHub to disconnect this package from my source code repository. Therefore, I must link the package to the source repository manually. Additionally, when establishing this connection on my own, it is imperative to manage Action access; this entails granting action access to the source repository and enabling the option to inherit access from the source repository, which is recommended. Once I enable these two permissions, I will be able to publish the npm package to the GitHub npm registry using the GitHub Actions workflow that includes the "GITHUB_TOKEN."

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@iMerica
Comment options

@rae-mpl
Comment options

Answer selected by leavesster
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
4 participants