diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index a650507..c68cb77 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -35,7 +35,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.GH_PERSONAL_TOKEN }} + token: ${{ secrets.GH_TOKEN }} branch: update/pre-commit-autoupdate title: Update pre-commit hooks commit-message: updated pre-commit hooks