Update jobs.ts

This commit is contained in:
sernbot
2024-03-24 19:34:12 +01:00
committed by GitHub
parent 691264da56
commit 0efff7dee6

View File

@@ -3,7 +3,7 @@ export default [
name: 'Update docs',
method: 'POST',
route: '/wh/updateDocs',
plugins: ['validateJsonWebhook'],
plugins: [],
cmdArgs: {
githubToken: process.env.GHTOKEN!,
email: process.env.EMAIL!
@@ -100,4 +100,4 @@ export interface Logs {
export interface LogGroup {
stepId: string;
logs: Logs[];
}
}