Skip to content
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

Add support to use a personal access token for github #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

paul999
Copy link
Member

@paul999 paul999 commented Apr 21, 2019

Fixes #89

@@ -36,9 +36,11 @@ class TestStartup
* @param $type int Type what the location is
* @param $location string Location where the extension is
* @param $debug boolean if debug is enabled
* @parm $oauth_token string The personal oauth string to use
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @parm $oauth_token string The personal oauth string to use
* @param $oauth_token string The personal oauth string to use

Typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for x-oauth-basic for github URLs.
2 participants