-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
Describe why apikey is needed, where to get them and the format. #321
Conversation
README.rst
Outdated
export APIKEY_GITHUB=<user who made the token>:<personal access token> | ||
export APIKEY_GITLAB=<user who made the token>:<personal access token> | ||
|
||
Your personal access token should be created on `GitHub <https://github.com/settings/tokens>`_ and `GitLab <https://gitlab.com/-/profile/personal_access_tokens>`_ settings pages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be better to use the link below for GitHub:
https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea
Co-authored-by: Faruk D. <[email protected]>
Co-authored-by: Faruk D. <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clear text.. Thank you @sverhoeven 🙏
Kudos, SonarCloud Quality Gate passed! |
Fixes #319
Fixes #93 completely
To review set and use env vars as described.