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 f0ba62d commit 312e1f2Copy full SHA for 312e1f2
.github/workflows/sync-docs.yml
@@ -10,13 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Repository Dispatch
13
- uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
+ uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f # v4
14
with:
15
token: ${{ secrets.PAT }}
16
repository: Kong/docs.konghq.com
17
event-type: PLUGINS_UPDATED
18
19
20
21
22
repository: Kong/developer.konghq.com
0 commit comments