Remove Apple signing config

This commit is contained in:
2026-07-18 20:26:42 -04:00
parent 1e765344e5
commit 65b6781057
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -86,12 +86,6 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
with:
projectPath: typst-desktop
tagName: ${{ github.ref_type == 'tag' && github.ref_name || inputs.version }}