Merge pull request #375 from pnborkar/publish #598
This file contains hidden or 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 Publish | |
on: | |
push: | |
branches: | |
- publish | |
jobs: | |
trigger_publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Developer Event | |
uses: peter-evans/repository-dispatch@main | |
with: | |
token: ${{ secrets.BUILD_ACCESS_TOKEN_2 }} | |
repository: neo4j-documentation/docs-refresh | |
event-type: developer |