Skip to content

Commit

Permalink
chore: update git sync action sha
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Apr 3, 2024
1 parent 1a8578f commit 3cf5bcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Sync repos

on:
push:
branches:
- 'main'
# branches:
# - 'main'
workflow_dispatch:

jobs:
Expand All @@ -25,10 +25,10 @@ jobs:
path: '.'

- name: git-sync
uses: RomanBredehoft/git-sync@c6b1a2f2a5b9c43a0009434b0969d17dde73fcdf
uses: RomanBredehoft/git-sync@836de2d057c5bfae184bc4d45160463fe8653796
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
push_lfs: true

0 comments on commit 3cf5bcc

Please sign in to comment.