Skip to content

Commit

Permalink
Pass the GITHUB_TOKEN to the repo scanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Oct 19, 2023
1 parent 292f3cd commit f45e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm install
working-directory: scanner
- name: Scan specification repositories
run: pnpm scan
run: pnpm scan --gh-token '${{ secrets.GITHUB_TOKEN }}'
working-directory: scanner
- name: Install frontend dependencies
run: pnpm install
Expand Down

0 comments on commit f45e3ac

Please sign in to comment.