Merge pull request #1677 from xKevIsDev/improvements
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled

ci: remove macOS code signing credentials from workflow
This commit is contained in:
KevIsDev 2025-05-01 19:33:44 +01:00 committed by GitHub
commit 844da4b1c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View File

@ -67,11 +67,6 @@ jobs:
- name: Build Electron app - name: Build Electron app
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
NODE_OPTIONS: "--max_old_space_size=4096" NODE_OPTIONS: "--max_old_space_size=4096"
run: | run: |
if [ "$RUNNER_OS" == "Windows" ]; then if [ "$RUNNER_OS" == "Windows" ]; then

View File

@ -21,7 +21,7 @@ mac:
icon: assets/icons/icon.icns icon: assets/icons/icon.icns
target: target:
- dmg - dmg
identity: "Xinzhe Wang (RDQSC33B2X)" identity: null
category: "public.app-category.developer-tools" category: "public.app-category.developer-tools"
type: "distribution" type: "distribution"
hardenedRuntime: true hardenedRuntime: true