chore(deps): bump kumahq/kuma-website from 95aff94a to 9e41945b (#8275) #157
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: Dispatch docs update | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.PAT }} | |
repository: Kong/docs.konghq.com-jp | |
event-type: DOCS_UPDATED |