Skip to content

Pass CSC information for signing #3

Pass CSC information for signing

Pass CSC information for signing #3

Workflow file for this run

on: [push]
jobs:
distribute:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18
- name: Install Dependencies
run: npm install
- name: Build and Release Application
run: npm run build:mac
env:
APPLE_ID: ${{ secrets.apple_id }}
APPLE_ID_PASSWORD: ${{ secrets.apple_id_password }}
APPLEID: ${{ secrets.apple_id }}
APPLEIDPASS: ${{ secrets.apple_id_password }}
CSC_LINK: $${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: $${{ secrets.mac_certs_password }}