chore(maintenance): make GitHub repo configurable for auto-updater and publisher (#6828)

Signed-off-by: Yelsin Sepulveda <yelsinsepulveda@gmail.com>
This commit is contained in:
Yelsin Sepulveda
2026-02-02 16:16:37 -05:00
committed by GitHub
parent 493ae789c4
commit fafda07dd0
3 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ module.exports = {
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'block',
name: 'goose',
owner: process.env.GITHUB_OWNER || 'block',
name: process.env.GITHUB_REPO || 'goose',
},
prerelease: false,
draft: true,