Skip to content

Commit 0e5a48d

Browse files
committed
feat: add .github/workflows/droid-wiki-refresh.yml (Factory automation)
1 parent 94fb5dc commit 0e5a48d

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# factory-automation: e937d576-b5f6-4aca-a978-1cb6b16f2847
2+
name: Droid Wiki Refresh
3+
"on":
4+
workflow_dispatch: {}
5+
push:
6+
branches:
7+
- "**"
8+
jobs:
9+
wiki-refresh:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Install Factory Droid
14+
run: curl -fsSL https://app.factory.ai/cli | sh
15+
- name: Generate wiki
16+
run: droid exec --auto high "/wiki"
17+
env:
18+
FACTORY_API_KEY: ${{ secrets.FACTORY_API_KEY }}

0 commit comments

Comments
 (0)