Does this work

This commit is contained in:
Joe Blau 2020-07-12 14:47:09 -07:00
parent bd0e27060c
commit c3748533db
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
echo $DOES_THIS_WORK
# Import certificate and private key
echo $SIGNING_DATA | base64 -d -o Signing.p12
security create-keychain -p ci ci.keychain

View File

@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v1
- name: Setup Signing
env:
DOES_THIS_WORK: ${{ secrets.JOE_TEST }}
SIGNING_DATA: ${{ secrets.SIGNING_DATA }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
HOST_PROFILE_DATA: ${{ secrets.HOST_PROFILE_DATA }}