ci: add workflow permissions (#1220)
This commit is contained in:
parent
18f90432be
commit
8e154b2a92
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -10,6 +10,11 @@ on:
|
|||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue