mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💚 Fixed missing GH_TOKEN in pre-commit-autoupdate.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user