Skip to content

Commit f41e956

Browse files
committed
Fix
1 parent 19478b2 commit f41e956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ jobs:
177177
name: 🚁 Deploy staging app for PR
178178
runs-on: ubuntu-24.04
179179
env:
180-
SENTRY_AUTH_TOKEN: "bla"
181-
if: ${{ github.event.action != 'closed' && env.SENTRY_AUTH_TOKEN }}
180+
SENTRY_AUTH_TOKEN: 'bla'
181+
if: ${{ github.event.action != 'closed' && 'bla' }}
182182
outputs:
183183
url: ${{ steps.deploy.outputs.url }}
184184
environment:

0 commit comments

Comments
 (0)