mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Update auto-rebuild.yml
This commit is contained in:
parent
c3de8021df
commit
f88cc2cff4
3
.github/workflows/auto-rebuild.yml
vendored
3
.github/workflows/auto-rebuild.yml
vendored
@ -37,4 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.PERSON_TOKEN }}
|
github_token: ${{ secrets.PERSON_TOKEN }}
|
||||||
branch: 'master'
|
branch: 'master'
|
||||||
|
- name: sync
|
||||||
|
run: |
|
||||||
|
curl -s -m 30 -X POST "$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/actions/workflows/sync-to-dist.yml/dispatches" -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.PERSON_TOKEN }}" -d '{"ref":"master"}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user