From f7eafa959d75e33a3bdc8b7b9cfa85a719108efd Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 1 Sep 2022 19:25:57 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20missing=20GH=5FTOKEN=20i?= =?UTF-8?q?n=20pre-commit-autoupdate.yml?= 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 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