Skip to content

DOCS_UPDATED

DOCS_UPDATED #75

Workflow file for this run

name: Sync Docs
on:
workflow_dispatch:
inputs: {}
repository_dispatch:
types: [DOCS_UPDATED]
permissions:
contents: write
pull-requests: write
jobs:
submodule-sync:
name: Submodule Sync
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Submodule Sync
uses: mheap/submodule-sync-action@v1
with:
token: ${{ secrets.PAT }}
path: docs.konghq.com
ref: main
pr_branch: automated-docs-update
base_branch: main
target_branch: main