Skip to content

Commit

Permalink
Update import-codesign-certs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunix-420 authored May 8, 2024
1 parent 5e75323 commit 627e441
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/import-codesign-certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ jobs:
import-certificates:
runs-on: macos-latest
steps:
- name: Import Certificates
- name: Import App Certificates
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
p12-password: ${{ secrets.DEV_ID_APP_PASSWORD }}

- name: Import Installer Certificates
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.DEV_ID_INSTALLER_CERT }}
p12-password: ${{ secrets.DEV_ID_INSTALLER_PASSWORD }}

0 comments on commit 627e441

Please sign in to comment.