We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6999f commit 292ba9aCopy full SHA for 292ba9a
1 file changed
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Run Python script to generate summary
31
run: python3 github_stats.py
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GHRS_GITHUB_API_TOKEN }}
34
GITHUB_REPOSITORY: ${{ github.repository }}
35
36
- name: Commit and push changes
0 commit comments