mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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'
|
- 'doc/**/*.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user