Skip to content

Commit

Permalink
Deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Apr 16, 2024
1 parent 3666432 commit 9258a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
# release the app after building
release: true
env:
# macOS notarization API key
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
# macOS notarization
APPLE_API_KEY_ID: ${{ secrets.API_KEY_ID }}
APPLE_API_KEY_ISSUER: ${{ secrets.API_KEY_ISSUER_ID }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v2
Expand Down

0 comments on commit 9258a85

Please sign in to comment.