Skip to content

Commit

Permalink
dispatches
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 26, 2023
1 parent 2aa375f commit 1645ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_rebx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Test
run: |
curl -L -X POST https://api.github.com/repos/dtamayo/reboundx/actions/workflows/rebound_trigger.yml/dispatches \
curl -L -X POST https://api.github.com/repos/dtamayo/reboundx/dispatches \
-H 'Accept: application/vnd.github+json' \
-H 'Authorization: Bearer ${{ secrets.REBX_TRIGGER_TOKEN }}' \
-d '{"ref":"main", "event_type": "awesomeness", "client_payload": {"foo": "bar"}}'

0 comments on commit 1645ddb

Please sign in to comment.