We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fbf3a commit cf135e0Copy full SHA for cf135e0
.github/workflows/ai-updater.yml
@@ -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