From 917886a20850e2e744fb9c0665630be253a81566 Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Sat, 28 Mar 2026 03:19:03 +0000 Subject: [PATCH] Update .gitea/workflows/codeant.yml --- .gitea/workflows/codeant.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/codeant.yml b/.gitea/workflows/codeant.yml index 865941e..f24c011 100644 --- a/.gitea/workflows/codeant.yml +++ b/.gitea/workflows/codeant.yml @@ -24,7 +24,9 @@ jobs: node-version: '22' # Using Node 22 to avoid EBADENGINE errors - name: Install CodeAnt CLI - run: npm install -g codeant-cli + run: | + npm install -g codeant-cli + codeant set-token github ${{ secrets.CODEANT_API_KEY }} - name: Run CodeAnt Analysis env: