Closed
Description
Is your feature request related to a problem? Please describe.
It might be; I'm not sure how to define the username if the user is on github enterprise.
Describe the solution you'd like
I want to set the action on my personal github(github.com) to generate the contribution chart for my work github(github.mycompany.com). My company's enterprise github doesn't support actions.
Describe alternatives you've considered
I created this workflow in the work github but for some reason, it doesn't access to the private repos. I tried to add GITHUB_TOKEN to secrets but github raised an error that secrets cannot start with GITHUB_
. anyway, because my company's enterprise github doesn't support actions, I cannot generate the SVH over there.