Skip to content

docs: Add AgentWallet integration to skill.md #24

docs: Add AgentWallet integration to skill.md

docs: Add AgentWallet integration to skill.md #24

Workflow file for this run

name: Deploy to Railway
on:
push:
branches: [main]
paths:
- 'api/**'
- 'railway.json'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Railway CLI
run: npm install -g @railway/cli
- name: Deploy to Railway
run: railway up --service agentbets-api
env:
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}