Skip to content

Commit 489a8bd

Browse files
committed
fix project id secret reference in railway redeploy
1 parent a509629 commit 489a8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: success() && env.RAILWAY_TOKEN != ''
105105
env:
106106
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
107-
RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_TOKEN }}
107+
RAILWAY_PROJECT_ID: ${{ secrets.RAILWAY_PROJECT_ID }}
108108
RAILWAY_SERVICE_ID: ${{ secrets.RAILWAY_SERVICE_ID }}
109109
run: |
110110
# Fires the actual deploy. The previous step changed the source

0 commit comments

Comments
 (0)