Getting permissions error from create-plugin-update GitHub Action

Hi @wesharper,
apologies for this - we overlooked that github has additional permissions for making changes to workflow files. We’ve now updated our docs explaining the steps required for this workflow to succeed. You can find them here: Set up GitHub workflows for your development environment | Grafana Plugin Tools

The shared workflow has also been updated to v2.0.1 which now requires a token to be passed in and fixes an additional bug related to missing npm dependencies. The previous option of using permissions to set the default GITHUB_TOKEN unfortunately won’t work anymore as it doesn’t allow setting the workflows permission.

1 Like