integration support for harness p5-fixed lint
Signed-off-by: Calvin Lee <cjlee@ualberta.ca>
This commit is contained in:
Vendored
+2
-8
@@ -353,16 +353,10 @@ export interface Config {
|
||||
*/
|
||||
host: string;
|
||||
/**
|
||||
* The base url for the Gitea instance.
|
||||
* @visibility frontend
|
||||
*/
|
||||
baseUrl?: string;
|
||||
|
||||
/**
|
||||
* The username to use for authenticated requests.
|
||||
* The apikey to use for authenticated requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
username?: string;
|
||||
apiKey?: string;
|
||||
/**
|
||||
* Harness Code token used to authenticate requests. This can be either a generated access token.
|
||||
* @visibility secret
|
||||
|
||||
Reference in New Issue
Block a user