Skip to content

Commit

Permalink
chore: update git sync sha
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 3, 2024
1 parent d7daaec commit cdf3434
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
if: ${{ github.repository == 'zama-ai/concrete-ml' }}
runs-on: ubuntu-latest
steps:
- name: Install LFS
run: |
sudo apt-get install git-lfs
# - name: Install LFS
# run: |
# sudo apt-get install git-lfs

- name: Checkout repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
Expand All @@ -28,22 +28,22 @@ jobs:
name: repo-archive
path: '.'

# - name: git-sync
# uses: RomanBredehoft/git-sync@c3a834b8f207d9273466a7e6335593f3d5b4214a
# with:
# source_repo: "zama-ai/concrete-ml"
# source_branch: "main"
# destination_repo: "https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}"
# destination_branch: "main"
# push_lfs_all: true

- name: git-sync
uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83
uses: RomanBredehoft/git-sync@63d042f869077224e588b041fd9c66e0f59e7b37
with:
source_repo: "zama-ai/concrete-ml"
source_branch: "main"
destination_repo: "https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}"
destination_branch: "main"
push_lfs_all: true

# - name: git-sync
# uses: wei/git-sync@55c6b63b4f21607da0e9877ca9b4d11a29fc6d83
# with:
# source_repo: "zama-ai/concrete-ml"
# source_branch: "main"
# destination_repo: "https://${{ secrets.BOT_USERNAME }}:${{ secrets.CONCRETE_ACTIONS_TOKEN }}@github.com/${{ secrets.SYNC_DEST_REPO }}"
# destination_branch: "main"

# - name: Sync private repository
# uses: ad-m/github-push-action@master
Expand Down

0 comments on commit cdf3434

Please sign in to comment.