Fix permissions for pull request workflow
This commit is contained in:
parent
5e8337da29
commit
76237b331a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Pull request workflow
|
||||
on: pull_request
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Build and Test
|
||||
|
|
Loading…
Reference in a new issue