Skip to content

Commit

Permalink
Check the contents of $HOME/secrets/devid-app-cert.p12
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 8, 2024
1 parent 5151505 commit 09f8963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
security unlock-keychain -p $KEYCHAIN_PASSWORD build.keychain
security set-keychain-settings -lut 1200 build.keychain
ls $HOME/secrets
security import "$HOME/secrets/devid-app-cert.p12" -k build.keychain -P $DEVID_CERT_PASSWORD \
-T /usr/bin/codesign -T /usr/bin/security -T /usr/bin/productbuild
Expand Down

0 comments on commit 09f8963

Please sign in to comment.