Are you experiencing an issue with...
:beetle: Description
When setting up a badge for my private repo, I just get project not found. From your tests, it seems what I'm trying to do should work: https://github.com/badges/shields/blob/master/services/circleci/circleci.tester.js#L36
I have created an API Token with "all" permissions, but this doesn't seem to work either:

:link: Link to the badge
https://img.shields.io/circleci/build/gh/VulkFitness/vulk.svg?token=Redacted
(I've tried various edits)
Any ideas? If you need more information, please don't hesitate to ask.
Thanks for reporting. I believe this is a bug on our end as we are using token for the query param, instead of circle-token which is what Circle is expecting
@Braden1996 - fix has been deployed to our staging endpoint, can you check your project badge there? Believe it would be something like
https://shields-staging.herokuapp.com/circleci/build/gh/VulkFitness/Vulk.svg?token=...
@calebcartwright, brilliant! Seems to be working now :)
Excellent. It should get deployed to prod in the near future. You can track this comment on the PR that will be updated by the bot once it's been deployed