Skip to content

Commit

Permalink
Remove sentry step on preview deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jan 20, 2025
1 parent bc86fb0 commit ba4dc84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull_request_webapp_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
VITE_PINATA_CID_VERSION: ${{vars.VITE_PINATA_CID_VERSION}}
VITE_PINATA_GATEWAY: ${{vars.VITE_PINATA_GATEWAY}}
VITE_PINATA_JWT_API_KEY: ${{secrets.VITE_PINATA_JWT_API_KEY}}
- name: Sentry sourcemap
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: yarn sentry:sourcemaps
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ba4dc84

Please sign in to comment.