Skip to content

Commit

Permalink
Try using github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis committed Feb 5, 2024
1 parent f9deb8a commit ecdcc3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ platform :ios do
readonly: false,
type: "appstore",
app_identifier: ENV["MATCH_IDENTIFIERS"],
git_url: "[email protected]:WalletConnect/match-swift.git",
git_url: "https://github.com/WalletConnect/match-swift.git",
git_basic_authorization: options[:token],
api_key: api_key,
include_all_certificates: true,
force_for_new_devices: true,
Expand Down

0 comments on commit ecdcc3d

Please sign in to comment.