railway login issue.
hello, i have a question when using Github Actions to deploy the app to the Railway. I have currently on Railway frontend, backend. i want to use a workflow when anything is changed on the code for backend or frontend. i have generated a token from dashboard, and i saved on the github secrets, and tried: - name: Deploy to Railway
run: |
railway up --service NestJs Generic TQUEEN
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
this one to login, but the workflow is not able to log in and deploy the app. Also, i have used railway login --token, but is saying that --token is not recognized. please let me know which one is correct way in order to configure login for specific service on Github Actions.
2 Replies