chore: add GitHub token to local testing workflow for authentication

This commit is contained in:
Luke Hagar
2025-07-30 10:03:59 -05:00
parent 87a4d14264
commit b46dc85001

View File

@@ -38,6 +38,7 @@ jobs:
csv-output-path: 'local-stats.csv'
report-output-path: 'local-report.md'
update-readme: 'false'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test local action with real data
id: test-real-local
@@ -52,6 +53,7 @@ jobs:
csv-output-path: 'local-real-stats.csv'
report-output-path: 'local-real-report.md'
update-readme: 'false'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check local preview mode outputs
run: |