Snuzzn
Snuzzn
RRailway
Created by Snuzzn on 8/21/2023 in #✋|help
Can't run Railway CLI down command with project token
hey , it is possible to run the railway down command with railway project token without logging in. I'd like to use this in a github action workflow after running e2e tests on a staging environment.
- name: Remove Most Recent Deployment
run: railway down --yes
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
- name: Remove Most Recent Deployment
run: railway down --yes
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
Currently it's giving: Unauthorized. Please login with railway login
22 replies