Commit e9dba65
feat: inject GH_TOKEN for electron-builder publishing
Added GH_TOKEN secret injection to all build jobs in the release
workflow. This allows electron-builder to automatically publish
release artifacts to GitHub when a git tag is detected.
Changes:
- Added GH_TOKEN environment variable to build-linux job
- Added GH_TOKEN environment variable to build-windows job
- Added GH_TOKEN environment variable to build-macos-x64 job
- Added GH_TOKEN environment variable to build-macos-arm64 job
- Removed publish: [] from electron-builder config to allow auto-publishing
The GH_TOKEN secret needs to be configured in GitHub repository
settings for this to work.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent e738e84 commit e9dba65
File tree
2 files changed
+4
-1
lines changed- .github/workflows
- packages/bruno-electron
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| 113 | + | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
| |||
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments