diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 45cae3aefb3..987984d0002 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 }}"