-
I noticed in the Change log that I can set GITHUB_TOKEN environment variable. Is it true that after setting this env we can directly What is the correct way to use github_auth? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Interesting 🤔 I just helped someone else with this. After setting your Did you try restarting code-server? It should just work. This is what our e2e test does to check if it's working: https://github.com/coder/code-server/blob/main/test/e2e/github.test.ts#L5-L17 |
Beta Was this translation helpful? Give feedback.
-
Some more details: I'm using Kubernetes to deploy code-server in a pod like so:
|
Beta Was this translation helpful? Give feedback.
Interesting 🤔 I just helped someone else with this. After setting your
GITHUB_TOKEN
, you source'd your shell, ensured it was set and then tried again?Did you try restarting code-server?
It should just work. This is what our e2e test does to check if it's working: https://github.com/coder/code-server/blob/main/test/e2e/github.test.ts#L5-L17