diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 8f9d145..99bb9af 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,7 +21,7 @@ jobs: - name: Create PR uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} base: main delete-branch: true commit-message: "ci(changesets): updated dependencies"