Skip to content

Commit

Permalink
fix: notarize opts
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Jul 13, 2024
1 parent aed1127 commit 640a472
Show file tree
Hide file tree
Showing 3 changed files with 5,393 additions and 4,011 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: Publish releases
env:
# These values are used for auto updates signing
APPLE_ID: ${{ secrets.APPLE_ID }}
# The APPLE_* values are used for auto updates signing
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASS }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
# This is used for uploading release assets to github
Expand Down
Loading

0 comments on commit 640a472

Please sign in to comment.