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

View File

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