Skip to content

Commit

Permalink
Remove sentry auth token when building electron
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 17, 2024
1 parent 7ee6edc commit 89529f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ jobs:
${{ (matrix.platform == 'linux' || inputs.nightly_build) && '--' || '' }}
${{ matrix.platform == 'linux' && 'appimage' || '' }}
${{ inputs.nightly_build && '--nightly' || '' }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
working-directory: client/electron
timeout-minutes: 5

Expand Down

0 comments on commit 89529f3

Please sign in to comment.