Update dispatcher.yml to include permissions
Add permissions for write access to contents
This commit is contained in:
3
.github/workflows/dispatcher.yml
vendored
3
.github/workflows/dispatcher.yml
vendored
@@ -5,6 +5,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dispatch:
|
dispatch:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|||||||
Reference in New Issue
Block a user