We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4097599 commit 0309705Copy full SHA for 0309705
.github/workflows/deploy.yml
@@ -8,10 +8,14 @@ on:
8
branches:
9
- main
10
11
+permissions: {}
12
+
13
jobs:
14
build:
15
name: Deploy docs
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ contents: write
19
steps:
20
- name: Checkout main
21
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
@@ -26,3 +30,4 @@ jobs:
26
30
27
31
- name: Deploy docs
28
32
run: uv run mkdocs gh-deploy --force --strict
33
+ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/update-reports.yml
@@ -12,9 +12,12 @@ on:
- 'reports/pyproject.toml'
workflow_dispatch:
update-reports:
+ environment: gh-stats
permissions:
22
contents: write
23
pull-requests: write
0 commit comments