Skip to content

Commit dc34889

Browse files
committed
wip
1 parent 797a175 commit dc34889

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/template-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
steps:
2323
# To use this repository's private action, you must check out the repository
2424
- name: 📥 Checkout Repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
token: ${{ secrets.REPO_SYNC_TOKEN }}
2828
- name: 🔄 Sync Template
29-
uses: xesrevinu/actions-template-sync@v3.1.3
29+
uses: AndreasAugustin/actions-template-sync@v2
3030
with:
31-
sync_token: ${{ secrets.REPO_SYNC_TOKEN }}
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
target_gh_token: ${{ secrets.REPO_SYNC_TOKEN }}
32+
source_gh_token: ${{ secrets.REPO_SYNC_TOKEN }}
3333
source_repo_path: opraying/xstack-base
3434
is_pr_cleanup: true
3535
upstream_branch: main

0 commit comments

Comments
 (0)