Closed BillTallitsch closed 1 week ago
Also release.yml and ci.yml needs:
- name: Set private registry config
run: npm config set '@3um-group:registry' "https://npm.pkg.github.com"
- name: Set publishing config
run: npm config set '//npm.pkg.github.com/:_authToken' "${NODE_AUTH_TOKEN}"
env:
NODE_AUTH_TOKEN: ${{secrets.GPR_PRIVATE_READ_TOKEN}}
This the issue now: npm ERR! 401 Unauthorized - GET https://npm.pkg.github.com/download/@3um-Group/atomic-sdk/1.0.32/4040221a73403ca24356a467ffb3585b8ad83efe - authentication token not provided
Review or Edit in CodeSandbox
Open the branch in Web Editor • VS Code • Insiders
Open Preview