meteor-addon-template
meteor-addon-template copied to clipboard
Add write perms to workflow
Any repo created from this template has an automatically failing GitHub workflow because the dev_build workflow does not have permission to write tags to the repo. This PR fixes this.
this problem can be avoided by enabling read and write permissions in repo settings instead of defining perms in the yaml file; feel free to close this PR if this is intended