We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b722e commit ff4a20aCopy full SHA for ff4a20a
.github/workflows/lint.yml
@@ -1,5 +1,8 @@
1
name: Lint
2
3
+permissions:
4
+ contents: read
5
+
6
on: [push, pull_request]
7
8
jobs:
.github/workflows/tests.yml
name: Tests
@@ -60,6 +63,10 @@ jobs:
60
63
coverage:
61
64
runs-on: ubuntu-24.04
62
65
66
+ permissions:
67
68
+ checks: write
69
70
steps:
71
- uses: actions/checkout@v4
72
- name: Set up Python 3.12
0 commit comments