💚 Fixed missing GH_TOKEN in pre-commit-autoupdate.yml

This commit is contained in:
Nikhil Badyal
2022-09-01 19:25:57 +05:30
parent bcabece2e8
commit f7eafa959d
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v4 uses: peter-evans/create-pull-request@v4
with: with:
token: $GH_TOKEN token: ${{ secrets.GH_TOKEN }}
branch: update/pre-commit-autoupdate branch: update/pre-commit-autoupdate
title: ⬆️Update pre-commit hooks title: ⬆️Update pre-commit hooks
commit-message: ⬆️updated pre-commit hooks commit-message: ⬆️updated pre-commit hooks