GH-285 - Fix dispatch permissions.

This commit is contained in:
Oliver Drotbohm
2023-09-12 22:18:36 +02:00
parent 92c0b6c277
commit 7998ec45fb

View File

@@ -8,7 +8,8 @@ on:
#schedule:
#- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:
permissions: read-all
permissions:
actions: write
jobs:
build:
runs-on: ubuntu-latest