修改后处理上传
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-04 10:14:14 +08:00
parent 68052766f8
commit 317184ba7a
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -66,5 +66,13 @@
"ApiPathList": [
"/test/get"
]
},
"oauth": {
"github": {
"app_id": "github_app_id",
"app_key": "github_app_key",
"redirect_uri": "https://oauthlogin.net/oauth/githubcallback",
"scope": "repo"
}
}
}