mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-07 12:26:13 +00:00
push for zoé
This commit is contained in:
@@ -16,8 +16,9 @@ export class Github extends BaseService {
|
||||
if (!("Github" in pipeline.userData))
|
||||
throw new Error("User not authenticated via github");
|
||||
this._github = new Octokit({auth: pipeline.userData["Github"].accessToken});
|
||||
console.log(process.env);
|
||||
this._websocket = new Webhooks({
|
||||
secret: pipeline.userData["Github"].accessToken
|
||||
secret: process.env.GITHUB_SECRET
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user