From 4d786e37c0a8897e03966639b2e4972dcf5b55ae Mon Sep 17 00:00:00 2001 From: abhishekgotoadmin <87097447+abhishekgotoadmin@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:11:37 +0530 Subject: [PATCH] Chore: Removed token --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d1d7d5c..102e3b7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - token: ${{ secrets.GIT_TOKEN }} + # with: + # token: ${{ secrets.GIT_TOKEN }} - name: Enable node uses: actions/setup-node@v3