Skip to content

Commit

Permalink
chore(ci): remove match password from match
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Nov 28, 2024
1 parent 23b8022 commit 58f98f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform :ios do
readonly: true,
api_key: api_key,
git_branch: "master",
password: ENV['MATCH_PASSWORD'],
#password: ENV['MATCH_PASSWORD'], # will be picked up from environment variables
git_basic_authorization: ENV['MATCH_GITHUB_TOKEN']
)

Expand Down

0 comments on commit 58f98f2

Please sign in to comment.