Replies: 1 comment 3 replies
-
Sounds like another case of #6910. You'd probably want to do |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a server that I am currently using for github actions with an on prem github enterprise server. I wanted to add to the github runner server the shields.io self hosted applicaiton. I have done this via the docker route.
However, when I try to generate badges, I consistently get invalid badges, see screen shot below:
:
I am currently passing the environment variables to the
docker run
command like so:docker run --rm -d -e GITHUB_URL='https://onprem.github.com' -e GH_TOKEN='MYTOKEN' -p 127.0.0.1:8080:80 --name shields shieldsio/shields:next
ip, token and url were changed for privacy
Do I need to add other variables and or set some more options for this to work?
edit: When looking at my Enterprise personal access token, it says it was never used....
Beta Was this translation helpful? Give feedback.
All reactions