Skip to content

Commit 292ba9a

Browse files
committed
fix token
1 parent 6d6999f commit 292ba9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run Python script to generate summary
3131
run: python3 github_stats.py
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GHRS_GITHUB_API_TOKEN }}
3434
GITHUB_REPOSITORY: ${{ github.repository }}
3535

3636
- name: Commit and push changes

0 commit comments

Comments
 (0)