feat: make automate token scope public (#2025)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user