Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 3ff0721

Browse files
committed
fix: use specific token
1 parent 1e4d066 commit 3ff0721

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/project-stats.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- name: Sync Data
2525
uses: ./.github/actions/sync-data
2626
with:
27-
github-token: ${{ secrets.OPENSOURCE_BOT_TOKEN }} # must have push access to repos for stats queries to work
27+
# runs queries against GitHub API; must have push access to repos for stats queries to work
28+
# this token is _only_ used for this GH action
29+
github-token: ${{ secrets.OPENSOURCE_STATS_TOKEN }}
2830
project-stats: true
2931

3032
- name: Commit data files

0 commit comments

Comments
 (0)