From 5b14cd78943b7a6616276356875be3eaea9f0f9f Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 2 Jun 2022 10:56:28 -0700 Subject: [PATCH] Upper case the demo reset action env variables --- .github/workflows/demo-reset.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo-reset.yml b/.github/workflows/demo-reset.yml index a29621ae..1bb152aa 100644 --- a/.github/workflows/demo-reset.yml +++ b/.github/workflows/demo-reset.yml @@ -19,5 +19,5 @@ jobs: npx railway link $RAILWAY_PROJECT_ID npx railway run python manage.py reset --no-input env: - railway_project_id: ${{ secrets.RAILWAY_PROJECT_ID }} - railway_token: ${{ secrets.RAILWAY_TOKEN }} + RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }} + RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}