fix: Add missing STATS_BASE_URL environment variable for stats processing

This commit is contained in:
zhangyuheng
2026-03-10 10:34:42 +08:00
parent b094a10f06
commit bcacfd1129

View File

@@ -34,6 +34,7 @@ jobs:
- name: Run statsprocess.py - name: Run statsprocess.py
env: env:
STATS_BASE_URL: ${{ secrets.STATS_BASE_URL }}
STATS_USER: ${{ secrets.STATS_USER }} STATS_USER: ${{ secrets.STATS_USER }}
STATS_PASS: ${{ secrets.STATS_PASS }} STATS_PASS: ${{ secrets.STATS_PASS }}
run: python statsprocess.py run: python statsprocess.py