Skip to content

Commit 0fab9fb

Browse files
committed
ci: add GITHUB_TOKEN to build step
Made-with: Cursor
1 parent 0b0d1ee commit 0fab9fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
run: uv run pytest
2323
- name: Build
2424
run: uv run contributor-network build
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)