Skip to content

Commit 3897f04

Browse files
committed
Use token in CI
1 parent 0ceea42 commit 3897f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-reports.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ jobs:
3333
working-directory: reports
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GH_ODD_PAT: ${{ secrets.GH_ODD_PAT }}
3637
run: uv run generate_config.py
3738

3839
- name: Generate commit data
3940
working-directory: reports
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GH_ODD_PAT: ${{ secrets.GH_ODD_PAT }}
4244
run: uv run main.py
4345

4446
- name: Generate plot

0 commit comments

Comments
 (0)