Skip to content

Commit

Permalink
add a debug output to print out the acess token
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmunyao committed Mar 31, 2024
1 parent 4a1816c commit 0e146f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down

0 comments on commit 0e146f6

Please sign in to comment.