Skip to content

chore: use gem groups instead of hacky env vars #75

chore: use gem groups instead of hacky env vars

chore: use gem groups instead of hacky env vars #75

name: Trigger update to docs.pact.io
on:
push:
branches:
- master
paths:
- '**/*.md'
repository_dispatch:
types:
- gem-released
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger docs.pact.io update workflow
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
repository: pact-foundation/docs.pact.io
event-type: pact-broker-docs-updated