Skip to content

Commit eab4c9d

Browse files
Boshenclaude
andcommitted
add GITHUB_TOKEN env to rolldown stats collection
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent af94206 commit eab4c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-rolldown-stats.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Run rolldown stats collection
2727
run: pnpm run generate
28+
env:
29+
GITHUB_TOKEN: ${{ github.token }}
2830

2931
- name: Check for changes
3032
id: git-check

0 commit comments

Comments
 (0)