Replies: 1 comment
-
I've had success with generating a PAT under an admin service account with manage_runners:enterprise and manage_runners:org enabled. And yes GH apps do not reach the enterprise level scope, and neither do fine-grained pats I believe since last time I checked, so classic tokens are your best bet. The URL should be the link that points to your enterprise's "Enterprise settings", so something like https://github.your-enterprise.com/enterprises/enterprise-nickname |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a GitHub Enterprise called "blabla", and under it there are ~8 GH orgs.
I've configured Scale Set per org, but this is not very scalable.
I saw that according to the documentation, you can configure it on the enterprise level, simply using GH PAT and not GH App.
How can i do that? I'm using my PAT but this dosent seems to be working.
In the chart's values I configured:
githubConfigUrl: "https://github.com/blabla"
But i have the feeling im missing something.
Beta Was this translation helpful? Give feedback.
All reactions