Small adjustment on Github Credentials

This commit is contained in:
Jan Oberhauser
2020-04-03 11:48:34 +02:00
parent a1d1f994f7
commit 28de43389e
2 changed files with 4 additions and 3 deletions

View File

@@ -8,10 +8,11 @@ export class GithubApi implements ICredentialType {
displayName = 'Github API';
properties = [
{
displayName: 'URL',
name: 'url',
displayName: 'Github Server',
name: 'server',
type: 'string' as NodePropertyTypes,
default: 'https://api.github.com',
description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.',
},
{
displayName: 'User',