From 8737953099002fdd93110ec602f014fca56dff3f Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Tue, 10 Dec 2024 09:12:29 -0500 Subject: [PATCH] whatever Signed-off-by: Alex Snaps --- .github/workflows/license-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-scan.yaml b/.github/workflows/license-scan.yaml index 51cec916..e917d822 100644 --- a/.github/workflows/license-scan.yaml +++ b/.github/workflows/license-scan.yaml @@ -12,7 +12,7 @@ on: jobs: fossa-scan: name: Find license compliance and security issues - if: github.repository == 'Kuadrant/limitador' && secrets.FOSSA_API_TOKEN != null + if: github.repository == 'Kuadrant/limitador' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4