Replies: 1 comment
-
My suggestion (as I mentioned in the matrix room) is to build a small script that will idempotently retrieve the token value from the store or generate a new one if needed. then use |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a:
export TOKEN=eyJhbGciO...
in my .envrc (amongst other variables) that needs to be manually updated sadly every day.How do people edit that .envrc? Is there some cli like
direnv set TOKEN newTokenValue
API I am missing?Beta Was this translation helpful? Give feedback.
All reactions