We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now the setting of credentials is done using cli argument.
We can improve that by using environment variables.
I propose to use KRANK_GITHUB_TOKEN=token, as well as KRANK_GITLAB_TOKENS=gitabhost=token;gitlabhost2=token2
KRANK_GITHUB_TOKEN=token
KRANK_GITLAB_TOKENS=gitabhost=token;gitlabhost2=token2
cc @zimbatm who suggested the idea.
The text was updated successfully, but these errors were encountered:
Fallback on GITHUB_TOKEN if it's set.
GITHUB_TOKEN
Sorry, something went wrong.
No branches or pull requests
Right now the setting of credentials is done using cli argument.
We can improve that by using environment variables.
I propose to use
KRANK_GITHUB_TOKEN=token
, as well asKRANK_GITLAB_TOKENS=gitabhost=token;gitlabhost2=token2
cc @zimbatm who suggested the idea.
The text was updated successfully, but these errors were encountered: