You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever you specify an auth token for e.g. domain hello.myjira.net with auth token via env variable:
$ TODOCHECK_AUTH_TOKEN=<auth-token> ./todocheck
if there is an auth token already present for that domain in ~/.todocheck/authtokens.yaml, todocheck will use the auth token from that file vs. using the one specified via the env variable.
This shouldn't happen. The env variable should override the auth tokens cache.
The text was updated successfully, but these errors were encountered:
Whenever you specify an auth token for e.g. domain
hello.myjira.net
with auth token via env variable:if there is an auth token already present for that domain in
~/.todocheck/authtokens.yaml
, todocheck will use the auth token from that file vs. using the one specified via the env variable.This shouldn't happen. The env variable should override the auth tokens cache.
The text was updated successfully, but these errors were encountered: