mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-02-19 18:12:50 +08:00
Initial commit
This commit is contained in:
4
src/github/api/config.ts
Normal file
4
src/github/api/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const GITHUB_API_URL =
|
||||
process.env.GITHUB_API_URL || "https://api.github.com";
|
||||
export const GITHUB_SERVER_URL =
|
||||
process.env.GITHUB_SERVER_URL || "https://github.com";
|
||||
Reference in New Issue
Block a user