Skip to content

Commit

Permalink
update post
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 14, 2025
1 parent 4fb1fe8 commit 9836e10
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/authorized_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"trigger_illumina_genotyping", "client_payload": {"testType": "Plumbing", "useCallCache": "true"}}'
https://api.github.com/repos/${{ github.repository }}/actions/workflows/test_illumina_genotyping_array.yml/dispatches \
-d '{
"ref": "main",
"inputs": {
"testType": "Plumbing",
"useCallCache": "true"
}
}'

0 comments on commit 9836e10

Please sign in to comment.