Create Release Error in Github Actions

I’m following the instructions here for releasing the plugin: Release your plugin with GitHub Actions - Developer Documentation

When I push the tag to Github and go to the Actions tab in my repo it runs the process but errors out on the Create Release task. The error is:
HTTP 403: Resource not accessible by integration (https://api.github.com/repos/joshrouwhorst/obsidian-style-import/releases)

Here is my latest build: Working on Actions · joshrouwhorst/obsidian-style-import@7089394 · GitHub

This is my first time using Github Actions so maybe there is a step missing I’m not aware of. Thanks!

I just figured this out. In GitHub you need to go to your repo’s Settings → Actions → General → Workflow Permissions and set it to Read and Write permissions. Then rerun the build and it should work.

1 Like