Skip to content

Commit cf135e0

Browse files
authored
RSDK-11494: Add AI Updater Workflow (viamrobotics#600)
1 parent 92fbf3a commit cf135e0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/ai-updater.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: AI Updater Workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- workflow/update-proto
7+
workflow_dispatch:
8+
9+
jobs:
10+
call-ai-updater:
11+
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
12+
with:
13+
target_branch: workflow/update-proto
14+
sdk: typescript
15+
secrets:
16+
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
17+
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)