Skip to content

Commit

Permalink
updating to use bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-ada committed Dec 2, 2021
1 parent 9cd4413 commit 5b40a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platform :ios do

github_release = set_github_release(
repository_name: "adasupport/ios-sdk",
api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"]
api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"],
name: "#{version}",
tag_name: "#{version}",
description: (File.read("changelog") rescue "No changelog provided"),
Expand Down

0 comments on commit 5b40a08

Please sign in to comment.