Revert "remove sentry api key from source code"

This reverts commit 4417510d55.
Seems broken
This commit is contained in:
Kiril Videlov 2024-01-10 02:01:43 +01:00 committed by Kiril Videlov
parent 151d2df4f6
commit 72e6df813f
2 changed files with 1 additions and 5 deletions

View File

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

View File

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