Skip to content

Commit

Permalink
fix: add apple team id to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Sep 12, 2024
1 parent 01d8e88 commit e52325f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .erb/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ exports.default = async function notarizeMacos(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_ID_PASS,
teamId: process.env.APPLE_TEAM_ID,
});
};
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
# These values are used for auto updates signing
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASS: ${{ secrets.APPLE_SINGLE_APP_SUPER_CONTROLLER }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
# This is used for uploading release assets to github
Expand Down

0 comments on commit e52325f

Please sign in to comment.