fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.101.1 vs fastlane/lib/fastlane/actions/create_pull_request.rb in fastlane-2.102.0
- old
+ new
@@ -109,10 +109,10 @@
end
def self.example_code
[
'create_pull_request(
- api_token: ENV["GITHUB_TOKEN"],
+ api_token: "secret", # optional, defaults to ENV["GITHUB_API_TOKEN"]
repo: "fastlane/fastlane",
title: "Amazing new feature",
head: "my-feature", # optional, defaults to current branch name
base: "master", # optional, defaults to "master"
body: "Please pull this in!", # optional