From 0e146f68e6880adb0c30bd4ed1ecb472fa46d6ac Mon Sep 17 00:00:00 2001 From: paulmunyao Date: Sun, 31 Mar 2024 19:31:20 +0300 Subject: [PATCH] add a debug output to print out the acess token --- .github/workflows/scala.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 95b67b9..8d9fc3b 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -25,6 +25,12 @@ jobs: - name: Run tests run: sbt test + - name: Debug Output + run: | + echo "Access Token: ${{ secrets.SCALA_CI }}" + git config --list + git remote -v + - name: Push to GitHub with Access Token run: | git config --global user.email "paulmunyao094@gmail.com"