Skip to content

Commit 15e8ffd

Browse files
Working on iOS GitHub CI
1 parent bd99613 commit 15e8ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
- name: Install Certificate and Provisioning Profile
9292
working-directory: ~
9393
env:
94-
CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
94+
SIGNING_CERTIFICATE_PASSWORD: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }}
9595
run: |
9696
# Install the signing certificate
97-
security import certificate.p12 -k ~/Library/Keychains/login.keychain-db -P "$CERTIFICATE_PASSWORD" -T /usr/bin/codesign
97+
security import certificate.p12 -k ~/Library/Keychains/login.keychain-db -P "$SIGNING_CERTIFICATE_PASSWORD" -T /usr/bin/codesign
9898
9999
# Move the provisioning profile to the correct location
100100
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles

0 commit comments

Comments
 (0)