From 9e3806d4a99f3e2411f9a12ca13cdd4473f5634b Mon Sep 17 00:00:00 2001 From: Rui Ying Date: Mon, 19 Aug 2019 11:37:55 -0700 Subject: [PATCH] Revert git_url --- fastlane/Matchfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Matchfile b/fastlane/Matchfile index 43dc0b91..5bb56b2d 100644 --- a/fastlane/Matchfile +++ b/fastlane/Matchfile @@ -1,4 +1,4 @@ -git_url("https://github.com/robertying/certificates") +git_url("https://GITHUB_TOKEN@github.com/robertying/certificates") storage_mode("git") app_identifier("io.robertying.learnX") username("yingrui205@qq.com")