From b14c55243dc991fc89be8535f563b4757d729fd9 Mon Sep 17 00:00:00 2001 From: Justin Tanner Date: Mon, 21 Oct 2024 12:25:25 +0700 Subject: [PATCH] Don't log the bearer token --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2815b1e..4e4d813 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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