Skip to content

Sync with upstream #351

Sync with upstream

Sync with upstream #351

Workflow file for this run

name: Sync with upstream
on:
schedule:
- cron: "10 * * * *"
workflow_dispatch:
jobs:
sync-mirror:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Update mirror
uses: projg2/crate-dist-mirror-action@v2
with:
ssh-private-key: ${{ secrets.ssh_key }}
directories: cli lib