mirror of https://github.com/snachodog/mybuddy.git
Upper case the demo reset action env variables
This commit is contained in:
parent
28d49a86de
commit
5b14cd7894
|
@ -19,5 +19,5 @@ jobs:
|
||||||
npx railway link $RAILWAY_PROJECT_ID
|
npx railway link $RAILWAY_PROJECT_ID
|
||||||
npx railway run python manage.py reset --no-input
|
npx railway run python manage.py reset --no-input
|
||||||
env:
|
env:
|
||||||
railway_project_id: ${{ secrets.RAILWAY_PROJECT_ID }}
|
RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }}
|
||||||
railway_token: ${{ secrets.RAILWAY_TOKEN }}
|
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue