From 76f1c6d581e404b2f431bee3b39b939e92730f53 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Tue, 26 Nov 2024 10:15:17 +0100 Subject: [PATCH] again. --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b6de5..ef0ac0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,15 +125,12 @@ jobs: context: . - name: Install Railway - if: | - github.event.inputs.redeploy == 'true' || - github.event.inputs.redeploy-dev == 'true' || - github.event_name == 'release' || - (github.event_name == 'push' && github.ref == 'refs/heads/main') run: npm i -g @railway/cli - shell: bash - run: echo $PATH + run: | + echo $PATH + echo "${{ secrets.RAILWAY_TOKEN }}" > secret # Run ssh. - uses: luchihoratiu/debug-via-ssh@main