Skip to content

Commit 74b4417

Browse files
committed
fix: token changed
1 parent a3cd874 commit 74b4417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0 # Fetch all history for proper merging
21-
token: ${{ secrets.GITHUB_TOKEN }}
21+
token: ${{ secrets.PAT_TOKEN }}
2222

2323
- name: Configure Git
2424
run: |

0 commit comments

Comments
 (0)