mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
Update jobs.ts
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user