Skip to content

Commit d4aae02

Browse files
committed
Add Encrypted MacOS Certificate as Github Secret
1 parent 55b5f88 commit d4aae02

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/mac_build_deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
run: |
6565
ls
6666
python $GITHUB_WORKSPACE/GuiUnitTests/run-unittests.py
67+
68+
- name: Save Encrypted Certificate to File
69+
run: |
70+
echo $MAC_CERTIFICATE_ENCRYPTED > $GITHUB_WORKSPACE/release_script/mac_only/Certificates_2023.p12.enc
71+
env:
72+
MAC_CERTIFICATE_ENCRYPTED: ${{ secrets.MAC_CERTIFICATE_ENCRYPTED }}
6773

6874
- name: Decrypt Certificate
6975
if: github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)