fix(ci): authenticate star history fetch
This commit is contained in:
parent
2c01692d63
commit
0936e6e4df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -184,7 +184,7 @@ jobs:
|
|||
# the repository; the script follows every API page and emits both themes.
|
||||
- name: Generate star history charts
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
GITHUB_TOKEN: ${{ secrets.OCS_GITHUB_TOKEN }}
|
||||
run: python3 scripts/generate-star-history.py --output-dir dist
|
||||
|
||||
# Browsers cannot reliably fetch YouTube playlist/oEmbed responses because
|
||||
|
|
|
|||
Loading…
Reference in a new issue