From 01122642917076121eabfa30aec4c3b3c7e01239 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 13 Feb 2026 12:59:04 -0500 Subject: [PATCH] [actions] update env variables for apply notary --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18a7e8d3..5c9fbed4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -625,7 +625,9 @@ jobs: - name: MacOS send GAM binary for Apple notarization if: runner.os == 'macOS' env: - ASP_NOTARIZE: ${{ secrets.ASP_NOTARIZE }} + APPLE_KEY: ${{ secrets.APPLE_KEY }} + APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }} + APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }} run: | # Apple wants some kind of "package" submitted so just add gam to a .zip # name it something we can track and link in Apple's notarize process