Skip to content

Commit

Permalink
remove hard-coded identity
Browse files Browse the repository at this point in the history
I want to see if this is overriding the env vars for electron builder. If I remove them, will it read from the env vars instead?
  • Loading branch information
Hbbb committed Feb 5, 2024
1 parent b8c17a6 commit 180f367
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build distribution
run: npx electron-builder -p always
env:
CSC_LINK: ${{ secrets.MAC_CERTS }}
CSC_LINK: ${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: ${{ secrets.MAC_CERTS_PASSWORD }}
APPLEID: ${{ secrets.APPLE_ID }}
APPLEIDPASS: ${{ secrets.APPLE_ID_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mac:
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: true
hardenedRuntime: true
identity: 'Harrison Borges (CHZPTSK255)'
# identity: 'Harrison Borges (CHZPTSK255)'
entitlements: build/entitlements.plist
entitlementsInherit: build/entitlements.plist
gatekeeperAssess: false
Expand Down

0 comments on commit 180f367

Please sign in to comment.