ci: Pull Matchfile info from secrets

ci: try pulling env vars into the matchfile
This commit is contained in:
Ron de las Alas 2023-11-29 14:17:27 -05:00
parent 8b506506ff
commit 4fb01893d1
3 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,5 @@
git_url("git@github.com:scratchfoundation/scratch-fastlane-match-files.git")
storage_mode("git")
git_url(ENV.fetch("GIT_URL"))
storage_mode(ENV.fetch("STORAGE_MODE"))
type("development") # The default type, can be: appstore, adhoc, enterprise or development
# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("user@fastlane.tools") # Your Apple Developer Portal username