mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user