Changed token to GITHUB_TOKEN

This commit is contained in:
Lucas
2025-04-06 11:29:52 -07:00
parent 2597c3bfd9
commit 139e504870

View File

@@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: true
- name: Set up Python
uses: actions/setup-python@v4
@@ -24,7 +27,7 @@ jobs:
- name: Run update script
env:
GH_API_TOKEN: ${{ secrets.GH_API_TOKEN }}
GH_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python .source/scripts/maintenance/stats_updator.py