Skip to content

Commit

Permalink
Add only the dev cert
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Feb 1, 2024
1 parent b88925e commit fd8bf59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
security set-keychain-settings $KEYCHAIN
security unlock-keychain -p $KEYCHAIN_PASSWORD $KEYCHAIN
# - name: Add Apple Development certificate to Keychain
# uses: ./.github/actions/install-cert
# with:
# SIGNING_CERTIFICATE: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
# SIGNING_CERTIFICATE_P12_PASSWORD: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }}
# KEYCHAIN: ${{ env.KEYCHAIN }}
# KEYCHAIN_PASSWORD: ${{ env.KEYCHAIN_PASSWORD }}
- name: Add Apple Development certificate to Keychain
uses: ./.github/actions/install-cert
with:
SIGNING_CERTIFICATE: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_CERTIFICATE }}
SIGNING_CERTIFICATE_P12_PASSWORD: ${{ secrets.APPLE_DEVELOPMENT_SIGNING_P12_PASSWORD }}
KEYCHAIN: ${{ env.KEYCHAIN }}
KEYCHAIN_PASSWORD: ${{ env.KEYCHAIN_PASSWORD }}

# - name: Add Apple Distribution certificate to Keychain
# uses: ./.github/actions/install-cert
Expand Down

0 comments on commit fd8bf59

Please sign in to comment.