Skip to content

fix(shred): parser bugs (#592) #2

fix(shred): parser bugs (#592)

fix(shred): parser bugs (#592) #2

Workflow file for this run

name: Trigger SigFuzz CI
on:
workflow_dispatch:
push:
branches: [main]
jobs:
kick_sigfuzz_ci:
runs-on: ubuntu-latest
steps:
- name: Dispatch SigFuzz CI
run: |
curl -L \
-X POST \
https://api.github.com/repos/Syndica/sig-fuzz/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
--data '{"event_type": "sig"}'