Update way of passing notarization team id to workflow (#1951)

This commit is contained in:
Michael Telatynski
2024-10-25 12:17:31 +01:00
committed by GitHub
parent dceb7e352e
commit e09be4ee37
2 changed files with 1 additions and 14 deletions

View File

@@ -86,7 +86,7 @@ jobs:
run: |
yarn build:universal --publish never
env:
ED_NOTARYTOOL_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CSC_KEY_PASSWORD }}