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