mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-08-28 22:19:55 -04:00
ci: Pull Matchfile info from secrets
ci: try pulling env vars into the matchfile
This commit is contained in:
parent
8b506506ff
commit
4fb01893d1
3 changed files with 11 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue