From d4552332b32d5504b14ed113d26aedd58ea37756 Mon Sep 17 00:00:00 2001 From: CMK Date: Tue, 27 Apr 2021 16:29:10 +0800 Subject: [PATCH] chore: update CI script --- .github/scripts/setup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index e1411fb50..0c2612d51 100755 --- a/.github/scripts/setup.sh +++ b/.github/scripts/setup.sh @@ -1,4 +1,9 @@ #!/bin/bash sudo gem install cocoapods-keys -pod install \ No newline at end of file + +# stub keys. DO NOT use in production +pod keys set notification_endpoint "" +pod keys set notification_endpoint_debug "" + +pod install