CI: Fix the permissions syntax for the notes-push.yml workflow

This commit is contained in:
sideshowbarker 2024-07-20 04:24:47 +09:00 committed by Andreas Kling
parent 980ffd5e19
commit 7360f7fbc6
Notes: github-actions[bot] 2024-07-20 04:40:39 +00:00

View file

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