Skip to content

Commit b97c335

Browse files
committed
Fix incorrect CI prod config that dropped Sentry & CSP reporting
1 parent b744224 commit b97c335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3636
env:
3737
POSTHOG_KEY: ${{ secrets.POSTHOG_KEY }}
38-
SENTRY_DSN: ${{ env.SENTRY_DSN }}
38+
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
3939
SENTRY_ORG: http-toolkit
4040
SENTRY_PROJECT: httptoolkit-ui
4141
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
42-
REPORT_URI: ${{ env.REPORT_URI }}
42+
REPORT_URI: ${{ vars.REPORT_URI }}
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI
4444

4545
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)