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.
This commit is contained in:
shaysglitter-afk 2026-07-25 07:18:14 -05:00 committed by GitHub
parent b0546bd886
commit 111145968f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: