mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-07-22 16:16:44 +08:00
fix: Add missing STATS_BASE_URL environment variable for stats processing
This commit is contained in:
@@ -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