Skip to content

Commit e9ead65

Browse files
committed
Fix CI
1 parent a809119 commit e9ead65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mypy_primer_comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
required: true
88
type: number
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
1013

1114
jobs:
1215
comment:
1316
name: Comment PR from mypy_primer
1417
runs-on: ubuntu-latest
15-
permissions:
16-
contents: read
17-
pull-requests: write
1818
steps:
1919
- name: Download diffs
2020
uses: actions/github-script@v7

0 commit comments

Comments
 (0)