From 7b9373081c794fc45f18f8799bcaea9dcf297837 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 2 Jun 2022 11:05:53 -0700 Subject: [PATCH] Remove unnecessary `railway link` step --- .github/workflows/demo-reset.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/demo-reset.yml b/.github/workflows/demo-reset.yml index 1bb152aa..f095568c 100644 --- a/.github/workflows/demo-reset.yml +++ b/.github/workflows/demo-reset.yml @@ -15,9 +15,6 @@ jobs: - name: Install Railway CLI run: npm i -g @railway/cli - name: Reset demo database - run: | - npx railway link $RAILWAY_PROJECT_ID - npx railway run python manage.py reset --no-input + run: npx railway run python manage.py reset --no-input env: - RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }} RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}