Skip to content

Commit

Permalink
fix: add apple secrets to release workflow http job
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 4, 2024
1 parent a4fb2fa commit 96ed9a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
jobs:
build-server:
uses: ./.github/workflows/http.yml
with:
build-release: true
secrets:
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
APPLE_DEVELOPER_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_USERNAME: ${{ secrets.APPLE_USERNAME }}

build-wails:
uses: ./.github/workflows/wails.yml
Expand Down

0 comments on commit 96ed9a1

Please sign in to comment.