| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Failing windows tests still failing (see #326) >.< |
Sorry, something went wrong.
|
Why is it write + write here? In the example you linked to, you only used read + write. @lyashevska does this fix your issue? |
Sorry, something went wrong.
|
@egpbos apologies for the late reply. No, I needed to set permissions: contents: write issues: write for the workflow to be able to run successfully, and be able to both create the issues, and subsequently delete the template files. See this file in the commit where the workflow ran completely. |
Sorry, something went wrong.
|
Clear, LGTM! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adding permissions to the workflow allows issues to be created.
See the first few lines of the action usage at https://github.com/JasonEtco/create-an-issue
I made this change in my own project, which fixed permissions to create issues, but still failed when deleting them.
This is fixed when also giving write permissions for content; see this action run.
Closes #332