Closed umireon closed 1 year ago
I don't understand why this change is necessary. I've been able to generate releases using the same template repo without this change. What specifically does adding write permission help with that doesn't work without it?
The default permission of GITHUB_TOKEN was recently changed from write-all to read-all and new repositories will be affected.
Okay, thanks for the explanation
Description
Adding the contents write permission enables the make-release job to create a release.
Motivation and Context
A GitHub Actions job has read-only permission by default and it cannot create releases without configurations.
How Has This Been Tested?
Tested on my plugin repository. https://github.com/umireon/obs-pokemon-sv-helper
Types of changes
Checklist: