generate schema and validate example for new ai semantic prompt guard… #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync submodule in docs | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
sync-repo: | |
name: Sync submodule in docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.PAT }} | |
repository: Kong/docs.konghq.com | |
event-type: PLUGINS_UPDATED |