Skip to content

Commit 844da4b

Browse files
authored
Merge pull request #1677 from xKevIsDev/improvements
ci: remove macOS code signing credentials from workflow
2 parents 5224dea + 9bf677c commit 844da4b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/electron.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ jobs:
6767
- name: Build Electron app
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
CSC_LINK: ${{ secrets.CSC_LINK }}
71-
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
72-
APPLE_ID: ${{ secrets.APPLE_ID }}
73-
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
74-
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
7570
NODE_OPTIONS: "--max_old_space_size=4096"
7671
run: |
7772
if [ "$RUNNER_OS" == "Windows" ]; then

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mac:
2121
icon: assets/icons/icon.icns
2222
target:
2323
- dmg
24-
identity: "Xinzhe Wang (RDQSC33B2X)"
24+
identity: null
2525
category: "public.app-category.developer-tools"
2626
type: "distribution"
2727
hardenedRuntime: true

0 commit comments

Comments
 (0)