-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github actions badge not working on private repo #8398
Comments
See #5676. |
Unlike most of our github badges which call an API endpoint, this one is basically a scraper or wrapper for github's own badge that allows you to apply the shields styles/icons/etc to it. |
Are you experiencing an issue with...
My own instance of shields
🐞 Description
I have a private repo on github.
Also i have my own hosted shields server:
https://githubshieldsio.herokuapp.com
This is all set with a PAT token so it should read all the info from the repo.
Now the badge of the workflow can't find the repo.
When i set the repo to public, then the badge does work!
🔗 Link to the badge
Example of a badge reading the same repo (but does work)
https://githubshieldsio.herokuapp.com/github/package-json/v/danielgroen/affiliate-program
The badge that doesn't work.
https://githubshieldsio.herokuapp.com/github/workflow/status/danielgroen/affiliate-program/prod
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: