feat: make automate token scope public (#2025)

This commit is contained in:
Gergő Jedlicska
2024-02-09 11:04:20 +01:00
committed by GitHub
parent 8185683b4a
commit 3a526cdf9a
+1 -1
View File
@@ -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
}
]