I have known working github packages token getting 403, was working yesterday, tried with fresh token.
Confirmed working with curl -H "Authorization: Bearer ghp_xxxxx" \
"https://npm.pkg.github.com/@redacted" locally, but when installing I get this error:
ERR_PNPM_FETCH_403 GET https://npm.pkg.github.com/download/@redacted: Forbidden - 403
An authorization header was used: Bearer ghp_[hidden]
These authorization settings were found:
@jsr:registry=https://npm.jsr.io/
@redacted:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:authToken=ghp[hidden]
Is there some work around for this?


