Skip to content

Support password-protected match certificates #21

Support password-protected match certificates

Support password-protected match certificates #21

name: Dispatch macOS Release
on:
push:
tags:
- "release/v*.*.*"
permissions:
contents: read
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dispatch macOS release build
env:
DEPLOYMENT_DISPATCH_TOKEN: ${{ secrets.DEPLOYMENT_DISPATCH_TOKEN }}
DEPLOYMENT_REPOSITORY_OWNER: ${{ secrets.DEPLOYMENT_REPOSITORY_OWNER }}
DEPLOYMENT_REPOSITORY_NAME: ${{ secrets.DEPLOYMENT_REPOSITORY_NAME }}
run: ./scripts/release/macos/dispatch_deployment.sh