mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 18:42:08 +03:00
Revert "Revert "remove sentry api key from source code""
This reverts commit 72e6df813f
.
This commit is contained in:
parent
52ee682185
commit
2f2f2b5eba
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -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:
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user