Skip to content

test: no global registry in tests (#595) #4

test: no global registry in tests (#595)

test: no global registry in tests (#595) #4

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"}'