diff --git a/build-and-test/action.yml b/build-and-test/action.yml index 0cb1ee5..7f4743a 100644 --- a/build-and-test/action.yml +++ b/build-and-test/action.yml @@ -19,6 +19,9 @@ inputs: sonar_host: description: 'the sonar host to use' required: true + sonar_token: + description: 'the ssh key to use for checkout' + required: true dtrack_host_name: description: 'the dtrack server to use' required: true @@ -36,9 +39,6 @@ inputs: dtrack_project_uuid: description: 'the dtrack project id to use' required: true - sonar_token: - description: 'the ssh key to use for checkout' - required: true dtrack_api_key: description: 'the ssh key to use for checkout' required: true