Skip to content

Commit

Permalink
chore: prefix team id env
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Nov 17, 2023
1 parent ab86fc0 commit 6b5f664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
CSC_LINK: ${{ secrets.MAC_CSC_LINK }}
APPLEID: ${{ secrets.APPLE_ID }}
APPLEIDPASS: ${{ secrets.APPLE_ID_PASS }}
TEAMID: ${{ secrets.APPLE_TEAM_ID }}
APPLETEAMID: ${{ secrets.APPLE_TEAM_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
USE_HARD_LINKS: false
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: process.env.TEAMID
teamId: process.env.APPLETEAMID
})
console.log('notarization done')
return response
Expand Down

0 comments on commit 6b5f664

Please sign in to comment.