diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0f7eef2d0..3ef1f63d2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -129,7 +129,7 @@ lane :build_test_app_and_frameworks do cloned_source_packages_path: source_packages_path, clean: is_localhost, build_for_testing: true, - xcargs: buildcache_xcargs + xcargs: ENV['STREAM_VIDEO_SECRET'] ? "#{buildcache_xcargs} STREAM_VIDEO_SECRET=#{ENV['STREAM_VIDEO_SECRET']}" : buildcache_xcargs ) end