mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 11:08:38 +03:00
Merged origin/master into refactor-reader-writer
This commit is contained in:
commit
f2514ef4c2
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