From 15f81b220f0105ab4cfed57301f2efb8d37fbcb6 Mon Sep 17 00:00:00 2001 From: i332371 Date: Fri, 8 Mar 2024 10:29:07 +0530 Subject: [PATCH] actions to push branch --- .github/workflows/create-test-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-test-branch.yml b/.github/workflows/create-test-branch.yml index 2521b82..d216bfa 100644 --- a/.github/workflows/create-test-branch.yml +++ b/.github/workflows/create-test-branch.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.TECH_USER_TOKEN }} - name: Copy xmpls run: npm run add-all-xmpls