chore(ci): sync tags from public to internal repo

This commit is contained in:
Arthur Meyre
2023-01-04 10:00:07 +01:00
parent 4a5be86cfa
commit 7dee0a9202

View File

@@ -28,3 +28,10 @@ jobs:
source_branch: "main"
destination_repo: ${{ secrets.SYNC_DEST_REPO }}
destination_branch: "main"
- name: git-sync tags
uses: wei/git-sync@v3
with:
source_repo: "zama-ai/tfhe-rs"
source_branch: "refs/tags/*"
destination_repo: ${{ secrets.SYNC_DEST_REPO }}
destination_branch: "refs/tags/*"