I am new to GitHub and I have created a ACTIONS in GitHub Enterprise 3.7 to publish the package to GitHub Package.
But the job failed with log as below:
I have setup the Repository Token as shown below:
The value of Token I have retrieved from here
and assign to value for REPOSITORY secret NPM_TOKEN
However, it just said the TOKEN cannot be authenticate. Any idea where I doing wrong?
***Add on - The ACTIONS will run success if I assign the TOKEN value where I get from my GitHub Access token (Setup in GitHub.com but not GitHub Enterprise), ACTION will run success. However, the published package will only show in my GitHub but not in my GitHub Enterprise.
GitHub Enterprise Account will not able to see that Published Package.