mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-16 01:19:47 -07:00
Missing permissions validate-documentation.yml (#10495)
* Add permissions to documentation validation workflow
This commit is contained in:
parent
bd6ccbd451
commit
15a835af20
1 changed files with 5 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue