mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Give the notes-push.yml workflow write permissions
This commit is contained in:
parent
fe3f1c743c
commit
980ffd5e19
Notes:
github-actions[bot]
2024-07-20 07:32:10 +00:00
Author: https://github.com/sideshowbarker Commit: https://github.com/LadybirdBrowser/ladybird/commit/980ffd5e19a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/722
1 changed files with 1 additions and 0 deletions
1
.github/workflows/notes-push.yml
vendored
1
.github/workflows/notes-push.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions: write
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue