Give the CI job write permissions to issues/PRs

This commit is contained in:
Martin Frost 2022-07-18 14:12:48 +02:00
parent 0e08d837a1
commit f7fd304ca7
1 changed files with 4 additions and 0 deletions

View File

@ -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