mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
chore(build): use token from ci env for sentry and posthog (#7777)
This commit is contained in:
3
.github/workflows/build-desktop-release.yml
vendored
3
.github/workflows/build-desktop-release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user