From 5b06d25a7d74d0947f536516bd67445cdc332c4e Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 29 Oct 2024 13:05:35 +0530 Subject: [PATCH] Resolved the issue in the rl-scanner file --- .github/workflows/rl-scanner.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index ea470e90..df8c65b8 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -9,19 +9,19 @@ on: artifact-name: required: true type: string - secrets: - RLSECURE_LICENSE: - required: true - RLSECURE_SITE_KEY: - required: true - SIGNAL_HANDLER_TOKEN: - required: true - PRODSEC_TOOLS_USER: - required: true - PRODSEC_TOOLS_TOKEN: - required: true - PRODSEC_TOOLS_ARN: - required: true + secrets: + RLSECURE_LICENSE: + required: true + RLSECURE_SITE_KEY: + required: true + SIGNAL_HANDLER_TOKEN: + required: true + PRODSEC_TOOLS_USER: + required: true + PRODSEC_TOOLS_TOKEN: + required: true + PRODSEC_TOOLS_ARN: + required: true @@ -42,7 +42,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: - flutter-version: ${{ inputs .flutter }} + flutter-version: ${{ inputs.flutter-version }} channel: stable cache: true