We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfad948 commit d44ea68Copy full SHA for d44ea68
.github/workflows/build_wheels.yml
@@ -5,16 +5,15 @@ on:
5
branches: [main, master, 'release*']
6
tags: ['*']
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
build-wheels:
13
if: github.repository == 'python/mypy'
14
runs-on: ubuntu-latest
- permissions:
- contents: write
15
steps:
16
- uses: actions/checkout@v4
- with:
17
- persist-credentials: true # needed to push tags
18
- uses: actions/setup-python@v5
19
with:
20
python-version: '3.11'
.github/workflows/mypy_primer_comment.yml
@@ -7,6 +7,8 @@ on: # zizmor: ignore[dangerous-triggers]
types:
- completed
+permissions: {}
comment:
name: Comment PR from mypy_primer
0 commit comments