mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-10 14:58:42 +02:00
shorter truncation
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
echo "ERROR: HF_TOKEN is empty or not set"
|
||||
exit 1
|
||||
else
|
||||
echo "HF_TOKEN is set (first 10 chars): ${HF_TOKEN:0:10}..."
|
||||
echo "HF_TOKEN is set: ${HF_TOKEN:0:3}..."
|
||||
fi
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user