From d72b1e81497ee2a47112f5b8e0e563711ca8b3a4 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sun, 16 May 2021 21:26:31 +0200 Subject: [PATCH] Give primer comment task all write permissions (#5475) Cf. #5459 --- .github/workflows/mypy_primer.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 007a78278..0304c6d27 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -62,9 +62,7 @@ jobs: name: Comment runs-on: ubuntu-latest needs: mypy_primer - permissions: - contents: write - pull-requests: write + permissions: write-all steps: - name: Download diffs uses: actions/download-artifact@v2