girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Publish step of CI is failing #217

Closed zachmullen closed 4 years ago

zachmullen commented 4 years ago
#!bash
.circleci/npmjs-publish.sh
yarn publish v1.21.1
[1/4] Bumping version...
info Current version: 2.0.3
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 4.72s.
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.

ERROR: The key you are authenticating with has been marked as read only.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Exited with code exit status 128

Looks like a simple key configuration issue.