From f7fd304ca762f79d56ca27a700d42581c7564de7 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Mon, 18 Jul 2022 14:12:48 +0200 Subject: [PATCH] Give the CI job write permissions to issues/PRs --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 638fd79..6c9b4de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,10 @@ on: push name: CI +permissions: + issues: write + pull-requests: write + jobs: lint_and_test: name: lint and test