Skip to content

Merge pull request #267 from OpenScience-Collective/develop #14

Merge pull request #267 from OpenScience-Collective/develop

Merge pull request #267 from OpenScience-Collective/develop #14

Workflow file for this run

name: Notify Documentation Repo
on:
push:
branches:
- main
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Dispatch to documentation repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_REPO_TOKEN }}
repository: OpenScience-Collective/documentation
event-type: osa-updated
client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'