From c96960955ba7e3b31734a85b288613207e3d89a1 Mon Sep 17 00:00:00 2001 From: Nikhil <118773738+pablohashescobar@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:31:25 +0530 Subject: [PATCH] fix: variable name for token (#2336) --- .github/workflows/create-sync-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 45cae3aef..987984d00 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request env: - GH_TOKEN: ${{ secrets.TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | TARGET_REPO="makeplane/${{ secrets.REPO_NAME }}" TARGET_BRANCH="${{ secrets.REPO_TARGET_BRANCH }}"