Skip to content

Commit b98df3c

Browse files
pokuttaclaude
andcommitted
Use ORG_TOKEN secret for org stats (read:org scope)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1668be commit b98df3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-blog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Fetch GitHub org stats
5252
env:
53-
GH_TOKEN: ${{ github.token }}
53+
GH_TOKEN: ${{ secrets.ORG_TOKEN }}
5454
run: |
5555
python3 - <<'PYEOF'
5656
import urllib.request, json, os

0 commit comments

Comments
 (0)