nipy / nipy.github.io

Main website for the Neuroimaging in Python community
http://nipy.org
8 stars 10 forks source link

adding status token to fix badge error #64

Open vsoch opened 4 years ago

vsoch commented 4 years ago

Note that the token is scoped to "status" so I don't think it can be used maliciously (and is intended for putting in a repo). Thoughts? I had thought this only was relevant for private repos, but it seems to be the case here. This will close #63

Signed-off-by: vsoch vsochat@stanford.edu

satra commented 4 years ago

usually the token is not necessary (in nipype we simply have this: https://circleci.com/gh/nipy/nipype/tree/master.svg?style=svg in the readme file)

does it have something to do with the publicness of circle and to which repo/user it's connected to?

vsoch commented 4 years ago

@satra I think that's probably correct. I don't think it's me!

image

Do we know who originally made the connection to circle?

satra commented 4 years ago

well some magic happened. i set this project to free and open source and it looks like i can see the badge. i don't know who connected it though. perhaps we can close this and delete the api key for the badge and see what happens?