chore(build): use token from ci env for sentry and posthog (#7777)

This commit is contained in:
Andelf
2022-12-19 22:20:50 +08:00
committed by GitHub
parent effe00f791
commit 86b9cdfce7
6 changed files with 19 additions and 6 deletions

View File

@@ -109,6 +109,9 @@ jobs:
- name: Compile CLJS - app variant, use es6 instead of es-next
run: yarn install && yarn release-app
env:
LOGSEQ_SENTRY_DSN: ${{ secrets.LOGSEQ_SENTRY_DSN }}
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}
- name: Upload Sentry Sourcemaps (beta only)
if: ${{ github.repository == 'logseq/logseq' && (inputs.build-target == 'beta' || github.event.inputs.build-target == 'beta') }}