removes some breaking compatability changes

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-01-07 14:13:23 +00:00
parent db49de335f
commit ce82656901
7 changed files with 26 additions and 11 deletions
@@ -58,7 +58,11 @@ export class DefaultGithubCredentialsProvider
* @example
* ```ts
* const { token, headers } = await getCredentials({
* url: 'github.com/backstage/foobar'
* url: 'https://github.com/backstage/foobar'
* })
*
* const { token, headers } = await getCredentials({
* url: 'https://github.com/backstage'
* })
* ```
*