From fe154a7bb194f1892d81de51a011fe0e33eabd75 Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Sat, 22 Jun 2024 05:08:18 +0200 Subject: [PATCH] tweak --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 7a0874d..de5cfbd 100644 --- a/action.yml +++ b/action.yml @@ -3,11 +3,11 @@ author: SonarSource SA / Alex Vincent description: Performs code-quality/code-smells analysis. inputs: - GITHUB_TOKEN: - description: i.e. inputs.GITHUB_TOKEN + GITHUB_TOKEN: #TODO: remove this! + description: i.e. secrets.GITHUB_TOKEN required: true SONAR_TOKEN: - description: i.e. inputs.SONAR_TOKEN + description: i.e. secrets.SONAR_TOKEN required: true SONAR_HOST_URL: required: false