We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7711de1 commit f359f7cCopy full SHA for f359f7c
1 file changed
.github/workflows/deploy.yml
@@ -10,8 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
container: ghcr.io/railwayapp/cli:latest
12
env:
13
- SVC_ID: my-service-id
+ SVC_ID: ${{ secrets.RAILWAY_TOKEN }}
14
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
15
steps:
16
- uses: actions/checkout@v3
17
- - run: railway up --service=${{ env.RAILWAY_SERVICE_ID }}
+ - run: railway up --service=${{ env.SVC_ID }}
0 commit comments