Give the CI job write permissions to issues/PRs
This commit is contained in:
parent
0e08d837a1
commit
f7fd304ca7
|
|
@ -2,6 +2,10 @@ on: push
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint_and_test:
|
lint_and_test:
|
||||||
name: lint and test
|
name: lint and test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue