k
k
RRailway
Created by k on 7/21/2023 in #✋|help
Project token not found
I'm trying to debug an issue, trying to get railway up working with Github Actions. I'm essentially running the command locally to replicate the issue which is as follows:
railway --version # 3.4.0
RAILWAY_TOKEN="<railway_api_token>" railway up --detach --service rpc.krb.dev # Project token not found
railway --version # 3.4.0
RAILWAY_TOKEN="<railway_api_token>" railway up --detach --service rpc.krb.dev # Project token not found
Unless I run railway login and link the CLI to my account, I cannot run any commands which is the cause of the issues I'm facing in Github Actions. What is a Project Token exactly? Is it not the same as what is described in the docs? Context:
Project ID: 867dc365-5c32-415e-a9cb-09e27981e952
Project ID: 867dc365-5c32-415e-a9cb-09e27981e952
8 replies