mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Missing permissions validate-documentation.yml (#10495)
* Add permissions to documentation validation workflow
This commit is contained in:
5
.github/workflows/validate-documentation.yml
vendored
5
.github/workflows/validate-documentation.yml
vendored
@@ -7,6 +7,11 @@ on:
|
||||
- 'doc/**/*.md'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user