We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61b95d commit 2a5bceaCopy full SHA for 2a5bcea
.github/workflows/python-app.yml
@@ -20,7 +20,7 @@ jobs:
20
if [[ -z "$API_TOKEN" ]]; then
21
echo "API_TOKEN is empty!"
22
else
23
- echo "API_TOKEN is set (not printing for security)."
+ echo "API_TOKEN starts with: ${API_TOKEN:0:4}****"
24
fi
25
env:
26
API_TOKEN: ${{ secrets.API_TOKEN }}
0 commit comments