Skip to content

Commit

Permalink
config: add import certificate step
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Nov 6, 2024
1 parent 69a1d14 commit f695106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
echo "$CERTIFICATE_P12" | base64 --decode > Certificates.p12
security import Certificates.p12 -P "$CERTIFICATE_PASSWORD" -A
security unlock-keychain -p "$CERTIFICATE_PASSWORD" /Users/runner/Library/Keychains/login.keychain-db
security set-key-partition-list -S apple-tool:,apple: -s -k "$CERTIFICATE_PASSWORD" /Users/runner/Library/Keychains/login.keychain-db
env:
CERTIFICATE_P12: ${{ secrets.CERTIFICATE_P12 }}
Expand Down

0 comments on commit f695106

Please sign in to comment.