Api: add endpoint for getting github app token

This commit is contained in:
Frank
2025-07-11 05:01:27 +08:00
parent 85805d2c38
commit 1c4fd7f28f
8 changed files with 119 additions and 21 deletions

View File

@@ -8,5 +8,9 @@
"@cloudflare/workers-types": "4.20250522.0",
"typescript": "catalog:",
"@types/node": "catalog:"
},
"dependencies": {
"@octokit/auth-app": "8.0.1",
"jose": "6.0.11"
}
}