diff --git a/.github/workflows/repo-dispatcher.yml b/.github/workflows/repo-dispatcher.yml index 6889fefac851..be299b83922e 100644 --- a/.github/workflows/repo-dispatcher.yml +++ b/.github/workflows/repo-dispatcher.yml @@ -18,8 +18,8 @@ on: inputs: ssh: description: 'SSH connection to Actions' - required: false - default: 'false' + required: true + default: 'true' env: REPO_TOKEN: ${{ secrets.REPO_TOKEN }}