Skip to content

Commit e41f0d4

Browse files
authored
Add AI Updater Workflow (#945)
adds a workflow which calls an AI updater to automatically update the SDK whenever new proto changes come in.
1 parent c7dff09 commit e41f0d4

File tree

1 file changed

+14
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)