From ff24b892ae89ab71883c9b1b54cfc25a6608b272 Mon Sep 17 00:00:00 2001 From: Keith <74844722+keith-gardner@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:27:41 -0500 Subject: [PATCH 1/2] Add develop branch to CI pull request triggers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cab93..f3129eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: [ "main", "develop" ] jobs: build: runs-on: ubuntu-latest From 4059724d2e967450f3f1fc98b35ce8b6032b8547 Mon Sep 17 00:00:00 2001 From: kg Date: Wed, 10 Dec 2025 14:01:08 -0500 Subject: [PATCH 2/2] Align apple build names --- forge.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge.config.js b/forge.config.js index 5756682..049c206 100644 --- a/forge.config.js +++ b/forge.config.js @@ -19,8 +19,8 @@ module.exports = { osxNotarize: { tool: 'notarytool', appleId: process.env.APPLE_ID, - appleIdPassword: process.env.APPLE_PASSWORD, - teamId: process.env.APPLE_TEAM_ID + appleIdPassword: process.env.APPLE_ID_PASSWORD, + teamId: process.env.TEAM_ID } }, rebuildConfig: {},