mirror of
https://github.com/borgbase/vorta
synced 2024-12-21 23:33:13 +00:00
Minor: add missing notarization env var
This commit is contained in:
parent
8d0870ea3b
commit
4c7b119b3e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-macos.yml
vendored
1
.github/workflows/build-macos.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
|||
CERTIFICATE_NAME: ${{ secrets.MACOS_CERTIFICATE_NAME }}
|
||||
APPLE_ID_USER: ${{ secrets.APPLE_ID_USER }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
run: |
|
||||
echo $MACOS_CERTIFICATE | base64 --decode > certificate.p12
|
||||
security create-keychain -p 123 build.keychain
|
||||
|
|
Loading…
Reference in a new issue