Skip to content

Commit

Permalink
fix: use single token for running GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 committed Feb 28, 2023
1 parent 03e019a commit 1e4d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Sync Data
uses: ./.github/actions/sync-data
with:
github-token: ${{ secrets.NEWRELIC_BOT_TOKEN }} # must have push access to repos for stats queries to work
github-token: ${{ secrets.OPENSOURCE_BOT_TOKEN }} # must have push access to repos for stats queries to work
project-stats: true

- name: Commit data files
Expand Down

0 comments on commit 1e4d066

Please sign in to comment.