the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

explicitly pass token to workflow

+1 -1
+1 -1
.tangled/workflows/deploy.yml
··· 14 14 15 15 steps: 16 16 - name: Deploy to Railway 17 - command: railway up --service=$RAILWAY_SERVICE_ID 17 + command: RAILWAY_TOKEN=$RAILWAY_TOKEN railway up --ci --service=$RAILWAY_SERVICE_ID