Skip to content

Commit

Permalink
APPLE_API_KEY_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Aug 8, 2023
1 parent d4222ea commit 30ed3e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,10 @@ jobs:
APPLE_TEAM_ID: '${{ secrets.APPLE_TEAM_ID }}'
APPLE_API_ISSUER: '${{ secrets.APPLE_API_ISSUER }}'
APPLE_API_KEY: $RUNNER_TEMP/build_certificate.p12
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_ID: '${{ secrets.APPLE_API_KEY_ID }}'
# APPLE_API_KEY: '${{ secrets.APPLE_API_KEY }}'
# APPLE_API_PRIVKEY: '${{ secrets.APPLE_API_PRIVKEY }}'
APPLE_API_KEY: '${{ secrets.APPLE_API_KEY }}'

# WINDOWS_PFX_FILE: '${{ steps.write_file.outputs.filePath }}'
# WINDOWS_PFX_PASSWORD: '${{ secrets.WINDOWS_PFX_PASSWORD }}'

Expand Down

0 comments on commit 30ed3e4

Please sign in to comment.