mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: add appropriate permissions to write to pr
This commit is contained in:
parent
6ba0de4c60
commit
eeb5062159
1 changed files with 3 additions and 0 deletions
3
.github/workflows/unlighthouse-report.yaml
vendored
3
.github/workflows/unlighthouse-report.yaml
vendored
|
@ -2,6 +2,9 @@ name: Unlighthouse report
|
|||
|
||||
on: [ pull_request ]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
unlighthouse:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue