diff --git a/.github/workflows/ai-updater.yml b/.github/workflows/ai-updater.yml new file mode 100644 index 000000000..4da70883d --- /dev/null +++ b/.github/workflows/ai-updater.yml @@ -0,0 +1,17 @@ +name: AI Updater Workflow + +on: + push: + branches: + - workflow/update-proto + workflow_dispatch: + +jobs: + call-ai-updater: + uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main + with: + target_branch: workflow/update-proto + sdk: typescript + secrets: + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}