CI: Give the notes-push.yml workflow write permissions

This commit is contained in:
sideshowbarker 2024-07-20 03:34:49 +09:00 committed by Andreas Kling
parent fe3f1c743c
commit 980ffd5e19
Notes: github-actions[bot] 2024-07-20 07:32:10 +00:00

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- master
permissions: write
jobs:
build:
runs-on: ubuntu-latest