Add whoami

This commit is contained in:
2026-03-03 20:04:04 +00:00
parent ca67e22717
commit 4ba970649a

View File

@@ -26,6 +26,7 @@ jobs:
# Added --verbose to see the real error
run: |
npm install @railway/cli
npx railway whoami
npx railway up --ci --service "runner-bridge" --verbose
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}