diff --git a/.github/workflows/caprover.yml b/.github/workflows/caprover.yml index aed12c5..ec60dc1 100644 --- a/.github/workflows/caprover.yml +++ b/.github/workflows/caprover.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_ACCESS_TOKEN }} - name: Build and test your app (customize as needed) run: | # Add your build and test commands here