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

@@ -129,6 +129,9 @@ jobs:
- name: Compile CLJS
run: yarn install && gulp build && yarn cljs:release-electron
env:
LOGSEQ_SENTRY_DSN: ${{ secrets.LOGSEQ_SENTRY_DSN }}
LOGSEQ_POSTHOG_TOKEN: ${{ secrets.LOGSEQ_POSTHOG_TOKEN }}
- name: Update APP Version
run: |