diff --git a/converge/action.yml b/converge/action.yml index e0aab29..e5fc21c 100644 --- a/converge/action.yml +++ b/converge/action.yml @@ -12,9 +12,9 @@ inputs: version: description: 'The certain version' required: false - env: + env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead) description: 'Specific deployment environment' - required: true + required: false github-token: description: 'The GitHub token used to login and to interact with Docker Github Packages' default: ${{ github.token }} diff --git a/dismiss/action.yml b/dismiss/action.yml index 195f83f..7ef30e9 100644 --- a/dismiss/action.yml +++ b/dismiss/action.yml @@ -12,9 +12,9 @@ inputs: version: description: 'The certain version' required: false - env: + env: # TODO: Remove this deprecated werf option, which is not required anymore (use WERF_ENV variable instead) description: 'Specific deployment environment' - required: true + required: false github-token: description: 'The GitHub token used to login and to interact with Docker Github Packages' default: ${{ github.token }}