Skip to content

Commit c01dd24

Browse files
committed
fix: pass sentry_token via env
1 parent 15cad44 commit c01dd24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release_desktop_app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
- name: Build/release Electron app
4848
uses: samuelmeuli/action-electron-builder@v1.6.0
49+
env:
50+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4951
with:
5052
# GitHub token, automatically provided to the action
5153
# (No need to define this secret in the repo settings)
@@ -57,7 +59,6 @@ jobs:
5759

5860
windows_certs: ${{ secrets.windows_certs }}
5961
windows_certs_password: ${{ secrets.windows_certs_password }}
60-
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
6162
# If the commit is tagged with a version (e.g. "v1.0.0"),
6263
# release the app after building
6364
release: true

0 commit comments

Comments
 (0)