Remove unusued proxy_password input

This commit is contained in:
Marco Gario 2025-01-27 20:10:59 +00:00
parent b494190443
commit e2f043dee4
4 changed files with 1 additions and 33 deletions

View file

@ -9,9 +9,6 @@ inputs:
registries_credentials:
description: Base64 encoded JSON configuration for the URLs and credentials of the package registries
required: false
proxy_password:
required: false
description: The password of the proxy
token:
description: GitHub token to use for authenticating with this instance of GitHub, used to upload debug artifacts.
default: ${{ github.token }}