From 80c3c9ba24ab6d5f44fdc7c73460f931aa70322b Mon Sep 17 00:00:00 2001 From: Mikkel Wienberg Madsen Date: Wed, 14 Sep 2022 08:42:09 +0200 Subject: [PATCH] Add explicit permissions to workflow Fixes CI breaking for forks. --- .github/workflows/qa.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index dca0c9a2a..541582f0f 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -6,6 +6,10 @@ on: pull_request: branches: [ master ] +permissions: + checks: write + contents: write + pull-requests: write jobs: build: