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
|
node-version: '22' # Using Node 22 to avoid EBADENGINE errors
|
||||||
- name: Install and Inject Config
|
- name: Install and Inject Config
|
||||||
env:
|
env:
|
||||||
MY_KEY: ${{ secrets.CODEANT_API_KEY }}
|
MY_KEY: ${{ secrets.CODEANT_API_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
npm install -g codeant-cli
|
npm install -g codeant-cli
|
||||||
mkdir -p $HOME/.codeant
|
mkdir -p $HOME/.codeant
|
||||||
|
|||||||
Reference in New Issue
Block a user