Fix license scan workflow (#2506)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-27 11:12:07 +03:00
committed by GitHub
parent 0d49fa7bac
commit 221f23fdf3

View File

@@ -11,6 +11,10 @@ on:
description: 'If to open tickets for license issues to Dash IP lab, e.g. true or false'
type: boolean
default: false
secrets:
GITLAB_API_TOKEN:
description: 'GitLab API token for Dash IP lab (needed only if open_tickets is true)'
required: false
jobs:
reusable_workflow_license-scan: