We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a509629 commit 489a8bdCopy full SHA for 489a8bd
1 file changed
.github/workflows/actions-image.yml
@@ -104,7 +104,7 @@ jobs:
104
if: success() && env.RAILWAY_TOKEN != ''
105
env:
106
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
107
- RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_TOKEN }}
+ RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }}
108
RAILWAY_SERVICE_ID: ${{ secrets.RAILWAY_SERVICE_ID }}
109
run: |
110
# Fires the actual deploy. The previous step changed the source
0 commit comments