feat: add webhooks.receive capability to plugin manifest
This commit is contained in:
@@ -23,7 +23,8 @@
|
|||||||
"jobs.schedule",
|
"jobs.schedule",
|
||||||
"activity.log.write",
|
"activity.log.write",
|
||||||
"companies.read",
|
"companies.read",
|
||||||
"projects.read"
|
"projects.read",
|
||||||
|
"webhooks.receive"
|
||||||
],
|
],
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"worker": "dist/worker.js"
|
"worker": "dist/worker.js"
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ export default {
|
|||||||
"activity.log.write",
|
"activity.log.write",
|
||||||
"companies.read",
|
"companies.read",
|
||||||
"projects.read",
|
"projects.read",
|
||||||
|
"webhooks.receive",
|
||||||
] as const,
|
] as const,
|
||||||
entrypoints: {
|
entrypoints: {
|
||||||
worker: "dist/worker.js",
|
worker: "dist/worker.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user