feat: github-api-url (#88)

closes #77

---------

Co-authored-by: Parker Brown <[email protected]>
This commit is contained in:
Gregor Martynus
2024-01-26 10:51:16 -08:00
committed by GitHub
co-authored by Parker Brown
parent c4fa18d55c
commit 837e2752e0
15 changed files with 107 additions and 55 deletions
-1
View File
@@ -1,7 +1,6 @@
import { request } from "@octokit/request";
export default request.defaults({
baseUrl: process.env["GITHUB_API_URL"],
headers: {
"user-agent": "actions/create-github-app-token",
},