mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Merge pull request #1677 from xKevIsDev/improvements
ci: remove macOS code signing credentials from workflow
This commit is contained in:
commit
844da4b1c2
5
.github/workflows/electron.yml
vendored
5
.github/workflows/electron.yml
vendored
@ -67,11 +67,6 @@ jobs:
|
||||
- name: Build Electron app
|
||||
env:
|
||||
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"
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
|
@ -21,7 +21,7 @@ mac:
|
||||
icon: assets/icons/icon.icns
|
||||
target:
|
||||
- dmg
|
||||
identity: "Xinzhe Wang (RDQSC33B2X)"
|
||||
identity: null
|
||||
category: "public.app-category.developer-tools"
|
||||
type: "distribution"
|
||||
hardenedRuntime: true
|
||||
|
Loading…
Reference in New Issue
Block a user