We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cad44 commit c01dd24Copy full SHA for c01dd24
1 file changed
.github/workflows/release_desktop_app.yml
@@ -46,6 +46,8 @@ jobs:
46
47
- name: Build/release Electron app
48
uses: samuelmeuli/action-electron-builder@v1.6.0
49
+ env:
50
+ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
51
with:
52
# GitHub token, automatically provided to the action
53
# (No need to define this secret in the repo settings)
@@ -57,7 +59,6 @@ jobs:
57
59
58
60
windows_certs: ${{ secrets.windows_certs }}
61
windows_certs_password: ${{ secrets.windows_certs_password }}
- SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
62
# If the commit is tagged with a version (e.g. "v1.0.0"),
63
# release the app after building
64
release: true
0 commit comments