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