Make the secrets optional. (#3966)

This commit is contained in:
Doug
2025-04-01 16:14:05 +01:00
committed by GitHub
parent 4f75900b57
commit ee0d054ee1
8 changed files with 32 additions and 36 deletions

View File

@@ -429,7 +429,6 @@ end
lane :config_secrets do
Dir.chdir "../Secrets" do
sh("pkl eval -f yaml -o secrets.yml Secrets.pkl")
sh("swiftgen run yaml -n inline-swift5 --param enumName=Secrets -o Secrets.swift secrets.yml")
sh("pkl eval -o Secrets.swift Secrets.pkl")
end
end