Skip to content

Commit

Permalink
Fix incorrect CI prod config that dropped Sentry & CSP reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jul 9, 2024
1 parent b744224 commit b97c335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
POSTHOG_KEY: ${{ secrets.POSTHOG_KEY }}
SENTRY_DSN: ${{ env.SENTRY_DSN }}
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
SENTRY_ORG: http-toolkit
SENTRY_PROJECT: httptoolkit-ui
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
REPORT_URI: ${{ env.REPORT_URI }}
REPORT_URI: ${{ vars.REPORT_URI }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To pull server without rate limit issues in CI

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b97c335

Please sign in to comment.