We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224b846 commit 40d1785Copy full SHA for 40d1785
fastlane/Fastfile
@@ -75,7 +75,7 @@ platform :ios do
75
76
github_release = set_github_release(
77
repository_name: "paulgessinger/swift-paperless",
78
- api_token: ENV["GITHUB_TOKEN"],
+ api_bearer: ENV["GITHUB_TOKEN"],
79
name: "v#{version} (#{current_build_number})",
80
tag_name: "builds/#{version}/#{current_build_number}",
81
description: changelog,
0 commit comments