Diff between 3e9827d3a67254deeb82d0b11bd5cd63f5499ff5 and e06ed62241c49436066591ee7ec683c5605dd63b

Changed Files

File Additions Deletions Status
.github/workflows/sync.yml +7 -4 modified

Full Patch

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 48def96..783e236 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -41,11 +41,14 @@ jobs:
         github_token: ${{ secrets.ACTION_TOKEN }}
 
     - name: Sync Workflow
-      uses: tedd-an/bzcafe@main
+    - uses: bluez/action-sync-repo@master
       with:
-        task: sync
-        upstream_repo: 'https://git.kernel.org/pub/scm/bluetooth/bluez.git'
-        github_token: ${{ secrets.GITHUB_TOKEN }}
+        task: workflow
+        src_repo: 'https://github.com/bluez/bluez.git'
+        src_branch: 'master'
+        dest_repo: 'bluez/bluez'
+        dest_branch: 'workflow'
+        secret_token: ${{ secrets.ACTION_TOKEN }}
 
     - name: Sync Patchwork
       uses: tedd-an/bzcafe@main