Revert "Revert "remove sentry api key from source code""

This reverts commit 72e6df813f.
This commit is contained in:
Kiril Videlov 2024-01-10 10:48:19 +01:00
parent 52ee682185
commit 2f2f2b5eba
2 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@ jobs:
- ubuntu-20.04 # [linux, x64]
runs-on: ${{ matrix.platform }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v4
with:

View File

@ -11,7 +11,7 @@ export default defineConfig({
org: 'gitbutler',
project: 'app-js',
// this is nikita galaiko's personal sentry api token.
authToken: '04c6bc1df15346f39ed2fbeb99c0a8e25bcbedc4aba9461bb3a471733b8c80db',
authToken: process.env.SENTRY_AUTH_TOKEN,
include: ['build'],
cleanArtifacts: true,
setCommits: {