6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3076cdaa

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-09 21:17:21 +0100
Devops: debug install signing

Changed files

.github/workflows/build-ios-stage.yml | 4 ++++
 1 file changed, 4 insertions(+)

Diff

diff --git a/.github/workflows/build-ios-stage.yml b/.github/workflows/build-ios-stage.yml
index ce007706..97d0c5f3 100644
--- a/.github/workflows/build-ios-stage.yml
+++ b/.github/workflows/build-ios-stage.yml
@@ -29,6 +29,10 @@ jobs:
- name: Install the Apple certificate and provisioning profile
shell: sh
+ env:
+ CERTIFICATE_P12: ${{ secrets.DISTRIBUTION_CERTIFICATE }}
+ P12_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
+ PROVISIONING_PROFILE: ${{ secrets.PROV_PROFILE_STAGE }}
run: |
sh .github/workflows/scripts/ios_install_signing_files.sh $CERTIFICATE_P12 $P12_PASSWORD $PROVISIONING_PROFILE