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

Commit 1e4d066

Browse files
committed
fix: use single token for running GH action
1 parent 03e019a commit 1e4d066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Sync Data
2525
uses: ./.github/actions/sync-data
2626
with:
27-
github-token: ${{ secrets.NEWRELIC_BOT_TOKEN }} # must have push access to repos for stats queries to work
27+
github-token: ${{ secrets.OPENSOURCE_BOT_TOKEN }} # must have push access to repos for stats queries to work
2828
project-stats: true
2929

3030
- name: Commit data files

0 commit comments

Comments
 (0)