Update .gitea/workflows/codeant.yml
All checks were successful
Codeant Security Scan / codeant-scan (push) Successful in 41s
All checks were successful
Codeant Security Scan / codeant-scan (push) Successful in 41s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user