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: