From 28f96153a4ed6aca860f5e98fa4d5a4d6126db84 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Sat, 13 Jul 2024 02:39:04 +0700 Subject: [PATCH] Add key for checkout --- .github/workflows/caprover.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/caprover.yml b/.github/workflows/caprover.yml index 6cf9e0d..13a36c1 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 @@ -24,7 +26,7 @@ jobs: cwd: "./" files: | scripts/build_and_run.sh - + captain-definition outPath: deploy.tar - name: Deploy App to CapRover