Skip to content

Commit

Permalink
feat: Updated packages/nodes-base/nodes/Github/Git
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 16, 2024
1 parent 4fd2509 commit 378a1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Github/GithubTrigger.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ export class GithubTrigger implements INodeType {
const body = {};

try {
await githubApiRequest.call(this, 'DELETE', endpoint, body);
await githubApiRequest.call(this, 'DELETE', endpoint, body, username, password);
} catch (error) {
return false;
}
Expand Down

0 comments on commit 378a1ef

Please sign in to comment.