Skip to content

Commit 496f3c6

Browse files
committed
added context7 sync workflow
1 parent e8fa2a4 commit 496f3c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Context7 Sync
2+
3+
on:
4+
push:
5+
branches: [latest]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
sync:
13+
uses: udx/reusable-workflows/.github/workflows/context7-ops.yml@master
14+
secrets:
15+
context7_api_key: ${{ secrets.CONTEXT7_API_KEY }}

0 commit comments

Comments
 (0)