Skip to content

Commit 40d1785

Browse files
committed
other token variable?
1 parent 224b846 commit 40d1785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ platform :ios do
7575

7676
github_release = set_github_release(
7777
repository_name: "paulgessinger/swift-paperless",
78-
api_token: ENV["GITHUB_TOKEN"],
78+
api_bearer: ENV["GITHUB_TOKEN"],
7979
name: "v#{version} (#{current_build_number})",
8080
tag_name: "builds/#{version}/#{current_build_number}",
8181
description: changelog,

0 commit comments

Comments
 (0)