We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceea42 commit 3897f04Copy full SHA for 3897f04
.github/workflows/update-reports.yml
@@ -33,12 +33,14 @@ jobs:
33
working-directory: reports
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
+ GH_ODD_PAT: ${{ secrets.GH_ODD_PAT }}
37
run: uv run generate_config.py
38
39
- name: Generate commit data
40
41
42
43
44
run: uv run main.py
45
46
- name: Generate plot
0 commit comments