From 81106f41f999fe3bed608d0ee5dd69aebbcf52a1 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 12 Aug 2022 21:09:38 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Updated=20GH=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit-autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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