Skip to content

Commit

Permalink
Add apple team id to notarization process
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed May 7, 2024
1 parent c8f2155 commit 57e2a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_ID: ${{ secrets.APPLE_ID_USER }}
APPLE_ID_TEAM: ${{ secrets.APPLE_ID_TEAM }}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASSWORD }}
CSC_LINK: ./appledev.p12
CSC_KEY_PASSWORD: ${{ secrets.CODESIGN_MACOS_P12_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ exports.default = async function notarizeMacos(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
ascProvider: process.env.APPLE_ID_TEAM,
});
};

0 comments on commit 57e2a8d

Please sign in to comment.