From 08441415a4decc8b45165c1cf1d1b4ef4573d220 Mon Sep 17 00:00:00 2001 From: paulmunyao Date: Sun, 31 Mar 2024 19:37:28 +0300 Subject: [PATCH] update workflow --- .github/workflows/scala.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 8950e6d..e4a2219 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ "master" ] - workflow_dispatch: +# workflow_dispatch: permissions: contents: read @@ -27,18 +27,18 @@ 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" - git config --global user.name "paulmunyao" - git remote set-url origin https://github.com/paulmunyao/Knight-s-Tour.git - git push origin master +# - 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" +# git config --global user.name "paulmunyao" +# git remote set-url origin https://github.com/paulmunyao/Knight-s-Tour.git +# git push origin master env: ACCESS_TOKEN: ${{ secrets.SCALA_CI }}