[actions] update env variables for apply notary

This commit is contained in:
Jay Lee
2026-02-13 12:59:04 -05:00
committed by GitHub
parent fa5af0ed1f
commit 0112264291

View File

@@ -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