Chore: rename licensing action (#105143)

This commit is contained in:
lean.dev
2025-05-20 15:24:06 +01:00
committed by GitHub
parent 902073ead7
commit 06223868b9
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import "github.com/grafana/grafana/pkg/services/accesscontrol"
const (
ActionRead = "licensing:read"
ActionUpdate = "licensing:write"
ActionWrite = "licensing:write"
ActionDelete = "licensing:delete"
ActionReportsRead = "licensing.reports:read"
)