Fix primer comment permissions (#5452)

This commit is contained in:
Sebastian Rittau
2021-05-15 00:15:55 +02:00
committed by GitHub
parent a47ee3245a
commit f94d838814

View File

@@ -8,13 +8,12 @@ on:
paths:
- 'stdlib/**'
permissions:
contents: read
jobs:
mypy_primer:
name: Run
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
shard-index: [0, 1]
@@ -64,6 +63,7 @@ jobs:
runs-on: ubuntu-latest
needs: mypy_primer
permissions:
contents: read
pull-requests: write
steps:
- name: Download diffs