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 6e2fec3 commit 94f9517Copy full SHA for 94f9517
.github/workflows/automation-trigger-test.yml
@@ -1,4 +1,5 @@
1
name: SaaS SDK Automation Tests
2
+
3
on:
4
workflow_dispatch:
5
pull_request:
@@ -23,7 +24,7 @@ jobs:
23
24
steps:
25
- name: Check out code
26
uses: actions/checkout@v3
- - name: Install the Apple certificate and provisioning profile and export IPA
27
+ - name: Install the Apple certificate and provisioning profile
28
env:
29
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
30
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}
0 commit comments