diff --git a/packages/server/modules/automations/index.ts b/packages/server/modules/automations/index.ts index 08ae8cef19..f6ecb7687e 100644 --- a/packages/server/modules/automations/index.ts +++ b/packages/server/modules/automations/index.ts @@ -9,7 +9,7 @@ async function initScopes() { { name: Scopes.Automate.ReportResults, description: 'Allows the app to report automation results to the server.', - public: false + public: true } ]