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