From 4f5497fc1970114ad6d237cc33cb28a4e79fcb8b Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 9 Oct 2024 14:18:27 +0200 Subject: [PATCH] chore: fastlane --- fastlane/Matchfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Matchfile b/fastlane/Matchfile index 56b9e7eb..b95e23b9 100644 --- a/fastlane/Matchfile +++ b/fastlane/Matchfile @@ -1,5 +1,5 @@ -git_url "git@github.com:Akylas/ios_certs.git" -git_branch "akylas" +git_url(ENV["MATCH_REPO"]) +git_branch(ENV["MATCH_BRANCH"]) storage_mode("git") type("appstore") # The default type, can be: appstore, adhoc, enterprise or devel app_identifier(ENV["APP_ID"])