Merge pull request #1209 from timvahlbrock/patch-1 #127
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: Trigger update to docs.pact.io | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- '**.md' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger docs.pact.io update workflow | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }} | |
repository: pact-foundation/docs.pact.io | |
event-type: pact-js-docs-updated |