Skip to content

Commit

Permalink
[actions] Mark Nexus password as a sensitive field (#21564)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjones committed Oct 13, 2023
1 parent 1732b60 commit 2bef657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/lib/fastlane/actions/nexus_upload.rb
Expand Up @@ -139,6 +139,7 @@ def self.available_options
FastlaneCore::ConfigItem.new(key: :password,
env_name: "FL_NEXUS_PASSWORD",
description: "Nexus password",
sensitive: true,
optional: false),
FastlaneCore::ConfigItem.new(key: :ssl_verify,
env_name: "FL_NEXUS_SSL_VERIFY",
Expand Down

0 comments on commit 2bef657

Please sign in to comment.