Skip to content

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Sep 20, 2024
1 parent 3a81a20 commit 9cb7009
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,18 @@ jobs:
run: pnpm install

- name: Save API key to file
run: 'echo "$APPLE_API_KEY" > apple-api-key.p8'
run: 'echo "$APPLE_API_SECRET_KEY" > apple-api-key.p8'
shell: bash
env:
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY }}
APPLE_API_KEY: ${{ secrets.APPLE_API_SECRET_KEY }}

- 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_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
APPLE_API_KEY: ${{ secrets.APPLE_API_KEY_ID }}
APPLE_API_KEY_PATH: ./apple-api-key.p8
CI: true
with:
Expand Down

0 comments on commit 9cb7009

Please sign in to comment.