From 6123411e888c45fdd8b12677a10df84512b40e55 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Sat, 13 Jul 2024 03:19:28 +0700 Subject: [PATCH] Add GH access token --- .github/workflows/caprover.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/caprover.yml b/.github/workflows/caprover.yml index 00b0b22..15da8c3 100644 --- a/.github/workflows/caprover.yml +++ b/.github/workflows/caprover.yml @@ -10,6 +10,8 @@ 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