3um-Group / Fortuna

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Adding package lock, updated gitignore #114

Closed BillTallitsch closed 1 week ago

codesandbox[bot] commented 1 week ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

denzuko commented 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}}
BillTallitsch commented 1 week ago

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