Skip to content

Commit

Permalink
Remove unneeded token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 2, 2024
1 parent 547bbcc commit f7685a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module Fastlane
module Actions
class AsanaGetUserIdForGithubHandleAction < Action
def self.run(params)
token = params[:asana_access_token]
github_handle = params[:github_handle]

mapping_file = File.expand_path('assets/github-asana-user-id-mapping.yml', __dir__)
Expand Down Expand Up @@ -42,7 +41,6 @@ def self.details

def self.available_options
[
FastlaneCore::ConfigItem.asana_access_token,
FastlaneCore::ConfigItem.new(key: :github_handle,
description: "Github user handle",
optional: false,
Expand Down

0 comments on commit f7685a8

Please sign in to comment.