We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2087de5 commit c211ef4Copy full SHA for c211ef4
.github/workflows/ci.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches: [master]
6
pull_request: {}
7
+
8
+permissions:
9
+ contents: read
10
11
jobs:
12
mypy:
.github/workflows/lock.yml
@@ -4,13 +4,14 @@ on:
schedule:
- cron: '0 0 * * *'
-permissions:
- issues: "write"
+permissions: {}
lock:
if: github.repository_owner == 'certifi'
13
runs-on: ubuntu-latest
+ permissions:
14
+ issues: write
15
steps:
16
- uses: dessant/lock-threads@v3
17
with:
0 commit comments