diff --git a/.github/scripts/setup.sh b/.github/scripts/setup.sh index a26845ae..df6d6090 100755 --- a/.github/scripts/setup.sh +++ b/.github/scripts/setup.sh @@ -3,7 +3,7 @@ sudo gem install cocoapods-keys # stub keys. DO NOT use in production -pod keys set notification_endpoint "" -pod keys set notification_endpoint_debug "" +sudo pod keys set notification_endpoint "" +sudo pod keys set notification_endpoint_debug "" sudo pod install