Skip to content

Commit 19478b2

Browse files
committed
Fix
1 parent 3e9c487 commit 19478b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
180+
SENTRY_AUTH_TOKEN: "bla"
181181
if: ${{ github.event.action != 'closed' && env.SENTRY_AUTH_TOKEN }}
182182
outputs:
183183
url: ${{ steps.deploy.outputs.url }}

0 commit comments

Comments
 (0)