mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Small adjustment on Github Credentials
This commit is contained in:
@@ -21,7 +21,7 @@ export async function githubApiRequest(this: IHookFunctions | IExecuteFunctions,
|
||||
if (credentials === undefined) {
|
||||
throw new Error('No credentials got returned!');
|
||||
}
|
||||
const baseUrl = credentials!.url || 'https://api.github.com';
|
||||
const baseUrl = credentials!.server || 'https://api.github.com';
|
||||
|
||||
const options = {
|
||||
method,
|
||||
|
||||
Reference in New Issue
Block a user