From 111145968fcf899ebbf6bcf61bf786ae78b8f0d3 Mon Sep 17 00:00:00 2001 From: shaysglitter-afk Date: Sat, 25 Jul 2026 07:18:14 -0500 Subject: [PATCH] Update iOS resign action and add parameters Updated the iOS resign action to use version 1 and added additional parameters for ipa_path, mobileprovision, cert_p12, p12_pass, and signing_identity. --- .github/workflows/buildapp.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 94daa10..bd23ff0 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -13,7 +13,21 @@ on: type: string decrypted_youtube_url: description: "Direct URL of the decrypted YouTube ipa" - default: "https://files.catbox.moe/5a8qlt.ipa" + default: "https://files.catbox.moe/5a8qlt.ipa"- name: iOS Resign + # You may pin to the exact commit or the version. + # uses: bradyjoslin/ios-resign-action@807c4129688fa8c3772ddf0b9ca2c6bb31b64c07 + uses: bradyjoslin/ios-resign-action@v1 + with: + # Path to ipa file + ipa_path: + # Base64 representation of your mobile provisioning file + mobileprovision: + # Base64 representation p12 distribution cert + cert_p12: + # Password used when exporting p12 distribution cert from keychain + p12_pass: + # iOS Signing identity + signing_identity: required: true type: string bundle_id: