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
ENV var in tests.
Otherwise, User should be able to insert/update his access token somewhere in Profile screen.
Upon entering, token is validated with GitHub and used to push first available RSA key to GitHub. If key is not available, it will be created.
So entering GHAT (github access token) ensures communication with GitHub without creating RSA Key manually (this remains for other GITs).
The text was updated successfully, but these errors were encountered:
Added, unit-tested, just not integrated yet. The token storage should be Vault.
Sorry, something went wrong.
qool
No branches or pull requests
ENV var in tests.
Otherwise, User should be able to insert/update his access token somewhere in Profile screen.
Upon entering, token is validated with GitHub and used to push first available RSA key to GitHub. If key is not available, it will be created.
So entering GHAT (github access token) ensures communication with GitHub without creating RSA Key manually (this remains for other GITs).
The text was updated successfully, but these errors were encountered: