We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19958b3 commit 8440d36Copy full SHA for 8440d36
4 files changed
.github/workflows/docs.yml
@@ -7,6 +7,9 @@ on:
7
types: [ opened, reopened, synchronize ]
8
workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
docs:
15
name: Test Docs
.github/workflows/lint.yml
@@ -5,6 +5,9 @@ on:
5
pull_request:
6
ruff:
permissions:
.github/workflows/pypi.yml
types: [ published ]
pypi:
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -9,6 +9,9 @@ on:
16
pytest:
17
name: Pytest
0 commit comments