Skip to content

Commit

Permalink
Import cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 21, 2024
1 parent 2be25ed commit 279e361
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
id: pages
- name: Import Certs
uses: apple-actions/import-codesign-certs@v2
with:
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
- name: Setup Signing
env:
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENTTEAM }}
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENT_TEAM }}
run: |
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> User.xcconfig
echo "BUNDLE_ID_PREFIX = com.chimehq" >> User.xcconfig
Expand Down

0 comments on commit 279e361

Please sign in to comment.