Skip to content

Commit 38e217d

Browse files
authored
Merge pull request #6 from JoergBastian/patch-1
Support for GitHub Enterprise Server
2 parents 6633dfa + 1378fe4 commit 38e217d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ async function run(): Promise<void> {
1212
id,
1313
privateKey,
1414
},
15+
baseUrl: process.env['GITHUB_API_URL'] || 'https://api.github.com',
1516
});
1617

1718
const {data} = await appOctokit.apps.listInstallations();

0 commit comments

Comments
 (0)