mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Fix the permissions syntax for the notes-push.yml workflow
This commit is contained in:
parent
980ffd5e19
commit
7360f7fbc6
Notes:
github-actions[bot]
2024-07-20 04:40:39 +00:00
Author: https://github.com/sideshowbarker 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7360f7fbc6 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/723
1 changed files with 2 additions and 1 deletions
3
.github/workflows/notes-push.yml
vendored
3
.github/workflows/notes-push.yml
vendored
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions: write
|
||||
permissions:
|
||||
contents: write
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue