Skip to content

Commit 2d64bd5

Browse files
committed
init
0 parents  commit 2d64bd5

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/crates.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Sync with upstream
2+
on:
3+
push:
4+
schedule:
5+
- cron: "12 * * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
sync-mirror:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Update mirror
13+
uses: projg2/crate-dist-mirror-action@v2
14+
with:
15+
ssh-private-key: ${{ secrets.ssh_key }}
16+
directories: codex-rs/cli

0 commit comments

Comments
 (0)