mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 15:43:26 +02:00
Passed GITHUB_TOKEN into scripts
This commit is contained in:
2
.github/workflows/status-maintenance.yml
vendored
2
.github/workflows/status-maintenance.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
||||
run: uv sync --no-dev
|
||||
|
||||
- name: Run status maintenance script
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: uv run source/maintenance/status_checker.py
|
||||
|
||||
- name: Commit changes
|
||||
|
||||
2
.github/workflows/update-stats.yml
vendored
2
.github/workflows/update-stats.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
||||
run: uv sync --no-dev
|
||||
|
||||
- name: Run update script
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: uv run source/maintenance/stats_updator.py
|
||||
|
||||
- name: Commit changes
|
||||
|
||||
Reference in New Issue
Block a user