-
Select Topic AreaQuestion BodyHello all, I am login with npm login --scope=@name_of_org --registry=https://npm.pkg.github.com npm install @name_of_org/[email protected] I get Permission permission_denied: The token provided does not match expected scopes. However my token has to allow this operation fas as I know Also there is no waiting pat request on organization What I am missing? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Did you ever figure this out? I am also having the exact same issue :( |
Beta Was this translation helpful? Give feedback.
-
@aecceyhan I am also curious if you figured this out, the fine grained tokens do not seem to play well with the npm private repo(s). Curious if anyone accomplished this? |
Beta Was this translation helpful? Give feedback.
-
@aecceyhan I am also having the exact same issue |
Beta Was this translation helpful? Give feedback.
-
Hey folks, sorry for the late response. We check the name of the repository and the name on our package JS file is different. So on our case that's why we experience a problem. If this does not fix your issue I am happy to look into the issue together because also I am curious about it. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I had what seemed like a similar issue, but it just turned out that github packages doesn't support fine grained tokens: Moving from fine-grained tokens to classic fixed it for me. |
Beta Was this translation helpful? Give feedback.
Hey folks, sorry for the late response. We check the name of the repository and the name on our package JS file is different. So on our case that's why we experience a problem. If this does not fix your issue I am happy to look into the issue together because also I am curious about it.