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

This commit is contained in:
2026-03-28 04:01:38 +00:00
parent 0dd6249fc2
commit 496c85f625

View File

@@ -28,9 +28,10 @@ jobs:
run: |
npm install -g codeant-cli
mkdir -p $HOME/.codeant
echo $MY_KEY
# Now we use the environment variable $MY_KEY
printf '{"apiKey":"%s"}\n' "$MY_KEY" > $HOME/.codeant/config.json
cat $HOME/.codeant/config.json
# Verify: This should now show ~35-40 bytes
echo "Config file size: $(wc -c < $HOME/.codeant/config.json) bytes"