mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 04:21:55 +00:00
chore: add GitHub token to local testing workflow for authentication
This commit is contained in:
2
.github/workflows/test-action-local.yml
vendored
2
.github/workflows/test-action-local.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
csv-output-path: 'local-stats.csv'
|
csv-output-path: 'local-stats.csv'
|
||||||
report-output-path: 'local-report.md'
|
report-output-path: 'local-report.md'
|
||||||
update-readme: 'false'
|
update-readme: 'false'
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Test local action with real data
|
- name: Test local action with real data
|
||||||
id: test-real-local
|
id: test-real-local
|
||||||
@@ -52,6 +53,7 @@ jobs:
|
|||||||
csv-output-path: 'local-real-stats.csv'
|
csv-output-path: 'local-real-stats.csv'
|
||||||
report-output-path: 'local-real-report.md'
|
report-output-path: 'local-real-report.md'
|
||||||
update-readme: 'false'
|
update-readme: 'false'
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Check local preview mode outputs
|
- name: Check local preview mode outputs
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user