From ace5e5f05a37eba79e63e4aef8c1fc16d1a77731 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Tue, 10 Dec 2024 20:51:46 +0100 Subject: [PATCH] not meant to be merged Signed-off-by: Eguzki Astiz Lezaun --- .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 e917d822..01cc506a 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' + if: {{github.repository == 'Kuadrant/limitador' && secrets.FOSSA_API_TOKEN != null}} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4