Skip to content

Commit 5b40a08

Browse files
committed
updating to use bearer token
1 parent 9cd4413 commit 5b40a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ platform :ios do
3535

3636
github_release = set_github_release(
3737
repository_name: "adasupport/ios-sdk",
38-
api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"]
38+
api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"],
3939
name: "#{version}",
4040
tag_name: "#{version}",
4141
description: (File.read("changelog") rescue "No changelog provided"),

0 commit comments

Comments
 (0)