Skip to content

Commit 83a4dfd

Browse files
committed
ci: add GITHUB_TOKEN to build step for unified build branches
Made-with: Cursor
1 parent da919c7 commit 83a4dfd

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
@@ -25,3 +25,5 @@ jobs:
2525
run: uv run pytest
2626
- name: Build
2727
run: uv run contributor-network build
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)