Rebuild.
This commit is contained in:
@@ -90185,8 +90185,8 @@ var octokit;
|
||||
var giteaClient;
|
||||
if (PLATFORM === "gitea" || PLATFORM === "forgejo") {
|
||||
try {
|
||||
const GiteaClient = (init_dist_bundle7(), __toCommonJS(dist_bundle_exports)).Gitea;
|
||||
giteaClient = new GiteaClient({
|
||||
const gitea = (init_dist_bundle7(), __toCommonJS(dist_bundle_exports)).ApiClient;
|
||||
giteaClient = new gitea({
|
||||
baseUrl: GITEA_URL,
|
||||
auth: GITHUB_TOKEN
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user