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