mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 02:18:47 +00:00
Move Credential type
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type Credential = {
|
||||
type: string;
|
||||
host?: string;
|
||||
url?: string;
|
||||
username?: string;
|
||||
password?: string;
|
||||
token?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user