diff --git a/.woodpecker/sync.yml b/.woodpecker/sync.yml index 5c935b3f..40657987 100644 --- a/.woodpecker/sync.yml +++ b/.woodpecker/sync.yml @@ -6,5 +6,6 @@ pipeline: commands: - nix --no-sandbox develop --eval-store ./nix-store -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git + - nix --no-sandbox develop --eval-store ./nix-store -c git lfs fetch --all - nix --no-sandbox develop --eval-store ./nix-store -c git push github --all --force secrets: [ github_token ]