Skip to content

Commit

Permalink
Resolved the issue in the rl-scanner file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 29, 2024
1 parent 893a61b commit 5b06d25
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand All @@ -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

Expand Down

0 comments on commit 5b06d25

Please sign in to comment.