Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 9, 2024
1 parent c32e581 commit 4f5497f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git_url "[email protected]:Akylas/ios_certs.git"
git_branch "akylas"
git_url(ENV["MATCH_REPO"])
git_branch(ENV["MATCH_BRANCH"])
storage_mode("git")
type("appstore") # The default type, can be: appstore, adhoc, enterprise or devel
app_identifier(ENV["APP_ID"])
Expand Down

0 comments on commit 4f5497f

Please sign in to comment.