Skip to content

Commit

Permalink
Merge pull request #116 from argyle-systems/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/apple-actions/import-codesign-certs-3

chore(deps): bump apple-actions/import-codesign-certs from 2 to 3
  • Loading branch information
zilvinas-argyle authored Dec 10, 2024
2 parents 116b66e + c6160d1 commit 5cc29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
rsync -Rr . example/node_modules/@argyleio/argyle-plugin-react-native
- name: Import Codesigning Certificate
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_P12 }}
p12-password: ${{ secrets.ARGYLE_LINK_IOS_SIGNING_CERT_PASS }}
Expand Down

0 comments on commit 5cc29a4

Please sign in to comment.