Skip to content

Commit

Permalink
Update iOS build signing GH action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Apr 17, 2024
1 parent 6b8a380 commit 3e6a483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Import Codesigning Certificate
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.BUILD_ID_CERT_BASE64 }}
p12-password: ${{ secrets.BUILD_ID_CERT_PASS }}
p12-file-base64: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_P12 }}
p12-password: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_PASS }}

- name: Install Provisioning Profile
uses: akiojin/[email protected]
with:
base64: ${{ secrets.BUILD_ID_PROVISIONING }}
base64: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_PROVISIONING }}

- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 3e6a483

Please sign in to comment.