Update .gitea/workflows/codeant.yml
All checks were successful
Codeant Security Scan / codeant-scan (push) Successful in 41s

This commit is contained in:
2026-03-28 04:07:50 +00:00
parent 496c85f625
commit 32fd6a3154

View File

@@ -24,7 +24,7 @@ jobs:
node-version: '22' # Using Node 22 to avoid EBADENGINE errors
- name: Install and Inject Config
env:
MY_KEY: ${{ secrets.CODEANT_API_KEY }}
MY_KEY: ${{ secrets.CODEANT_API_TOKEN }}
run: |
npm install -g codeant-cli
mkdir -p $HOME/.codeant