Skip to content

Commit

Permalink
build(macos): play a little bit with keychain importing
Browse files Browse the repository at this point in the history
  • Loading branch information
picq authored and Lukasz Lukasiewicz committed Jun 15, 2022
1 parent 504e68f commit 94e11d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ on:
- opened
- synchronize

env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.OSX_BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.OSX_P12_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.OSX_KEYCHAIN_PASSWORD }}
CODESIGN_CERT: ${{ secrets.OSX_CODESIGN_CERT }}
APPLE_ID_USER: ${{ secrets.OSX_APPLE_ID_USER }}
APPLE_ID_PASSWORD: ${{ secrets.OSX_APPLE_ID_PASSWORD }}
APPLE_ID_PROVIDER_SHORT_NAME: ${{ secrets.OSX_APPLE_ID_PROVIDER_SHORT_NAME }}

jobs:
windows:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 94e11d4

Please sign in to comment.