Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 9f60680

Browse files
committed
Set env variables
1 parent b0b3d56 commit 9f60680

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
4949
# This is used for uploading release assets to github
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
# App env
52+
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
53+
GA_UACODE: ${{ secrets.GA_UACODE }}
5154
run: |
5255
yarn postinstall && yarn build && yarn electron-builder --publish always --win
5356
# yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux

0 commit comments

Comments
 (0)