Skip to content

Commit

Permalink
Trying to fix apple password
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Guzman <[email protected]>
  • Loading branch information
javierguzman committed Jun 22, 2023
1 parent d598044 commit 58211af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Build for MacOS
env:
APPLE_ID: ${{ secrets.APPLEID }}
APPLE_PASSWORD: ${{ secrets.APPLEIDPASS }}
APPLE_ID_PASSWORD: ${{ secrets.APPLEIDPASS }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
run: yarn run make
# - name:
Expand Down
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config: ForgeConfig = {
osxNotarize: {
tool: "notarytool",
appleId: process.env.APPLE_ID || "",
appleIdPassword: process.env.APPLEIDPASS || "",
appleIdPassword: process.env.APPLE_ID_PASSWORD || "",
teamId: process.env.APPLE_TEAM_ID || "",
},
osxSign: {
Expand Down

0 comments on commit 58211af

Please sign in to comment.