|
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! |
Answered by
jsjoeio
Aug 29, 2022
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 |
5 replies
Answer selected by
chunjiw
|
Some more details: I'm using Kubernetes to deploy code-server in a pod like so: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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