Skip to content

Commit e807544

Browse files
committed
update v4.2.4
1 parent 094fad2 commit e807544

File tree

3 files changed

+652
-287
lines changed

3 files changed

+652
-287
lines changed

.github/workflows/trigger.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Trigger Target Repo
22
on:
33
push:
44
branches: [main]
5-
paths:
6-
- "**.user.js" # Chỉ trigger khi có thay đổi ở file .user.js
75
jobs:
86
trigger:
97
runs-on: ubuntu-latest
@@ -12,7 +10,7 @@ jobs:
1210
run: |
1311
curl -X POST \
1412
-H "Accept: application/vnd.github.v3+json" \
15-
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
13+
-H "Authorization: token ${{ secrets.PAT_TOKEN }}" \
1614
https://api.github.com/repos/${{ github.repository_owner }}/compiledUserscripts/dispatches \
1715
-d '{
1816
"event_type": "source_push",

0 commit comments

Comments
 (0)