Skip to content

Commit 395f2c9

Browse files
committed
Fix
1 parent 3bf30a3 commit 395f2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
name: 🚁 Deploy staging app for PR
178178
runs-on: ubuntu-24.04
179179
env:
180-
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
180+
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN || 'bla' }}
181181
if: ${{ env.FLY_API_TOKEN }}
182182
outputs:
183183
url: ${{ steps.deploy.outputs.url }}

0 commit comments

Comments
 (0)