From cf6d1261f8688c063042734f473d9a3fee148eac Mon Sep 17 00:00:00 2001 From: hyun99999 Date: Fri, 28 Oct 2022 16:40:00 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#673=20-=20fastlane=20fastfile=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - slack webhook url 변경 --- Spark-iOS/fastlane/Fastfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Spark-iOS/fastlane/Fastfile b/Spark-iOS/fastlane/Fastfile index 0f133a56..f8139c28 100644 --- a/Spark-iOS/fastlane/Fastfile +++ b/Spark-iOS/fastlane/Fastfile @@ -47,7 +47,7 @@ platform :ios do username: "항상건강해야한다콩이", icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png", message: "성공적으로 TestFlight 에 등록되었습니다!🔥", - slack_url: "https://hooks.slack.com/services/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", + slack_url: "https://hooks.slack.com/services/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", payload: { "Version": version + "(" + build + ")" } @@ -78,7 +78,7 @@ platform :ios do username: "항상건강해야한다콩이", icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png", message: "성공적으로 앱을 등록했습니다!💫", - slack_url: "https://hooks.slack.com/services/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", + slack_url: "https://hooks.slack.com/services/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", payload: { "Version": version + "(" + build + ")" } @@ -97,7 +97,7 @@ platform :ios do icon_url: "https://user-images.githubusercontent.com/69136340/194049016-4b1f747f-99ed-4a14-a28d-2ed9a26fe0e3.png", message: "에러 발생!!! 발생!!🚨 : #{exception}", success: false, - slack_url: "https://hooks.slack.com/services/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", + slack_url: "https://hooks.slack.com/services/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", payload: { "Version": version + "(" + build + ")" }