Skip to content

Merge branch 'main' of github.com:LIT-Protocol/networks #6

Merge branch 'main' of github.com:LIT-Protocol/networks

Merge branch 'main' of github.com:LIT-Protocol/networks #6

name: Trigger Lit Contracts
on:
push:
branches:
- main
jobs:
trigger-lit-contracts:
runs-on: ubuntu-latest
steps:
- name: Trigger Lit Contracts Workflow
run: |
curl -X POST -H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.GH_TOKEN }}" \
https://api.github.com/repos/LIT-Protocol/lit-contracts/dispatches \
-d '{"event_type":"sync_trigger"}'