Skip to content

Commit

Permalink
feat: make automate token scope public (specklesystems#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Feb 9, 2024
1 parent 8185683 commit 3a526cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/modules/automations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

Expand Down

0 comments on commit 3a526cd

Please sign in to comment.