mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
import codesign
This commit is contained in:
parent
8ec8635f2f
commit
10631e1303
1 changed files with 5 additions and 0 deletions
5
.github/workflows/m1.yml
vendored
5
.github/workflows/m1.yml
vendored
|
@ -62,6 +62,11 @@ jobs:
|
|||
with:
|
||||
version: 7.18.2
|
||||
run_install: true
|
||||
|
||||
- uses: apple-actions/import-codesign-certs@d54750db52a4d3eaed0fc107a8bab3958f3f7494
|
||||
with:
|
||||
p12-file-base64: ${{ secrets.APPLE_CERTIFICATE_P12 }}
|
||||
p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
|
||||
|
||||
- env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue