Skip to content

Commit 2a5bcea

Browse files
authored
Update python-app.yml
1 parent f61b95d commit 2a5bcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if [[ -z "$API_TOKEN" ]]; then
2121
echo "API_TOKEN is empty!"
2222
else
23-
echo "API_TOKEN is set (not printing for security)."
23+
echo "API_TOKEN starts with: ${API_TOKEN:0:4}****"
2424
fi
2525
env:
2626
API_TOKEN: ${{ secrets.API_TOKEN }}

0 commit comments

Comments
 (0)