mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-22 18:20:43 +08:00
fix: Add missing STATS_BASE_URL environment variable for stats processing
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
|
||||
- name: Run statsprocess.py
|
||||
env:
|
||||
STATS_BASE_URL: ${{ secrets.STATS_BASE_URL }}
|
||||
STATS_USER: ${{ secrets.STATS_USER }}
|
||||
STATS_PASS: ${{ secrets.STATS_PASS }}
|
||||
run: python statsprocess.py
|
||||
|
||||
Reference in New Issue
Block a user