mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
Revert "remove sentry api key from source code"
This reverts commit 4417510d55
.
Seems broken
This commit is contained in:
parent
151d2df4f6
commit
72e6df813f
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -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:
|
||||||
|
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user