Skip to content

Commit

Permalink
Restored API token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Jan 1, 2022
1 parent ff060b8 commit a360cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ lane :package do |options|
UI.message "Uploading to GitHub Releases"
set_github_release(
repository_name: "TimOliver/WebP-Cocoa",
api_token: ENV["API_TOKEN"],
name: tag,
tag_name: tag,
description: "",
Expand Down

0 comments on commit a360cdb

Please sign in to comment.