removes some breaking compatability changes
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -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'
|
||||
* })
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user