We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd99613 commit 15e8ffdCopy full SHA for 15e8ffd
.github/workflows/pr_validation.yaml
@@ -91,10 +91,10 @@ jobs:
91
- name: Install Certificate and Provisioning Profile
92
working-directory: ~
93
env:
94
- CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
+ SIGNING_CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
95
run: |
96
# Install the signing certificate
97
- security import certificate.p12 -k ~/Library/Keychains/login.keychain-db -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign
+ security import certificate.p12 -k ~/Library/Keychains/login.keychain-db -P "$SIGNING_CERTIFICATE_PASSWORD" -T /usr/bin/codesign
98
99
# Move the provisioning profile to the correct location
100
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
0 commit comments