Skip to content

fix: zk-id Include data_hash in nullifier computation (#31) #33

fix: zk-id Include data_hash in nullifier computation (#31)

fix: zk-id Include data_hash in nullifier computation (#31) #33

name: Trigger Docs Sync
on:
push:
branches:
- main
jobs:
trigger-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger docs repo sync
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.docs_sync }}" \
https://api.github.com/repos/Lightprotocol/docs/dispatches \
-d '{"event_type":"sync-examples"}'