What's the env var for a Github Token? #184
-
Hey all, Stupid question here, but can't seem to find it in the documentation. Long story short, I'm pushing this out to Kubernetes and would prefer to map the token as a k8s secret, instead of in a ConfigMap YAML.
Downside is that I can't see any reference to what the expected environment variable should be. Looking through code, my best guess is Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
For the tokens you can use whatever name you want. For example, you can export your token as TOKEN_XYZ. If you reference the token in the config to TOKEN_XYZ, gickup will look up if it finds an environment variable with said name.