Skip to content

Commit

Permalink
Don't log the bearer token
Browse files Browse the repository at this point in the history
  • Loading branch information
justintanner committed Oct 21, 2024
1 parent 2cce226 commit b14c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
https://rails.academy/commands/finish_lesson)
if [ "$RESPONSE" -ne 200 ]; then
echo "Error: Failed to register Lesson 102. HTTP Status: $RESPONSE, Bearer ${{ secrets.RA_API_TOKEN }}" >&2
echo "Error: Failed to register Lesson 102. HTTP Status: $RESPONSE" >&2
echo "Response Body: $(cat /tmp/lesson_response_body.txt)" >&2
exit 1
fi
Expand Down

0 comments on commit b14c552

Please sign in to comment.