Skip to content

Commit e992465

Browse files
JavierMatosDJavier Matos
and
Javier Matos
authored
Fix stars generation and update website (#145)
* wip * update workflow to pass github token * fix workflow syntax * modify generateGitHubStars to accept env variable for GHA * add debug messages * add logging info * ensure the workflow uses the branch its on * wip * wip * it works * rebuild site --------- Co-authored-by: Javier Matos <[email protected]>
1 parent 7ae62a1 commit e992465

File tree

4 files changed

+2519
-2477
lines changed

4 files changed

+2519
-2477
lines changed

.github/workflows/sync-package-periodically.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Rebuild and validate website
4545
run: scripts/rebuild.sh
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4648

4749
- name: Commit and Push changes
4850
run: |

0 commit comments

Comments
 (0)