Skip to content

Multipaz server and front-end work (#1614) #175

Multipaz server and front-end work (#1614)

Multipaz server and front-end work (#1614) #175

name: Trigger Docs Update
on:
push:
branches: [main]
workflow_dispatch:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- name: Trigger Docusaurus repository workflow
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }}
repository: openwallet-foundation/multipaz-developer-website/
event-type: kotlin-repo-updated
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'