I want to authenticate to GH with a fine-grained access token, ideally this is done by setting the env var GH_TOKEN. Is there any concept of how to do that? I saw that .env is mounted automatically, I would like to automatically source it on login or something similar, how can I do that?
I want to authenticate to GH with a fine-grained access token, ideally this is done by setting the env var GH_TOKEN. Is there any concept of how to do that? I saw that .env is mounted automatically, I would like to automatically source it on login or something similar, how can I do that?