Skip to content

Commit

Permalink
expand api key
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Aug 8, 2023
1 parent c4f0d9f commit 36c5dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,17 @@ jobs:
- name: Build App Package
run: |
security find-identity -p codesigning
TAMAGUI_TARGET=web yarn build
TAMAGUI_TARGET=web yarn electron:publish
APPLE_API_KEY=$RUNNER_TEMP/build_certificate.p12 TAMAGUI_TARGET=web yarn electron:publish
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: '${{ secrets.APPLE_ID_PASSWORD }}'
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: $RUNNER_TEMP/build_certificate.p12
APPLE_API_KEY_ID: '${{ secrets.APPLE_API_KEY_ID }}'
# APPLE_API_KEY: '${{ secrets.APPLE_API_KEY }}'
# APPLE_API_PRIVKEY: '${{ secrets.APPLE_API_PRIVKEY }}'
Expand Down

0 comments on commit 36c5dda

Please sign in to comment.