Skip to content

Commit

Permalink
fix: change access-token create for write to match convention
Browse files Browse the repository at this point in the history
  • Loading branch information
VikaCep committed Nov 26, 2024
1 parent 4deb130 commit 76a20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
{ "action": "grafana-synthetic-monitoring-app:read" },
{ "action": "grafana-synthetic-monitoring-app:write" },

{ "action": "grafana-synthetic-monitoring-app.access-tokens:create" },
{ "action": "grafana-synthetic-monitoring-app.access-tokens:write" },
{ "action": "grafana-synthetic-monitoring-app.access-tokens:delete" }
]
},
Expand Down

0 comments on commit 76a20b1

Please sign in to comment.