Skip to content

Commit 8b24d36

Browse files
committed
add apple signing certificates
fix
1 parent c3e0cff commit 8b24d36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cd.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ jobs:
2727
with:
2828
xcode-version: '14.1'
2929
- name: Checkout OneSignal-iOS-SDK
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
31+
32+
- name: Install the Apple certificate and provisioning profile
33+
uses: apple-actions/import-codesign-certs@v2
34+
with:
35+
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
36+
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
3137
# - name: Bump Version Number
3238
# run: |
3339

0 commit comments

Comments
 (0)