We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e0cff commit 8b24d36Copy full SHA for 8b24d36
.github/workflows/cd.yml
@@ -27,7 +27,13 @@ jobs:
27
with:
28
xcode-version: '14.1'
29
- name: Checkout OneSignal-iOS-SDK
30
- uses: actions/checkout@v3
+ 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 }}
37
# - name: Bump Version Number
38
# run: |
39
0 commit comments