Skip to content

Commit 46d0544

Browse files
committed
Fix CI
1 parent e9ead65 commit 46d0544

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
call_comment_workflow:
104104
name: Call mypy_primer_comment workflow
105105
needs: [join_artifacts]
106+
permissions:
107+
contents: read
108+
pull-requests: write
106109
uses: ./.github/workflows/mypy_primer_comment.yml
107110
with:
108111
workflow_id: ${{ github.run_id }}

0 commit comments

Comments
 (0)