Update dispatcher.yml to include permissions

Add permissions for write access to contents
This commit is contained in:
Hatvani Tamás
2025-11-09 12:36:33 +01:00
committed by GitHub
parent 9253283953
commit 4763cbed95

View File

@@ -5,6 +5,9 @@ on:
branches: branches:
- '**' - '**'
permissions:
contents: write
jobs: jobs:
dispatch: dispatch:
runs-on: self-hosted runs-on: self-hosted