Skip to content

Commit

Permalink
github
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 25, 2023
1 parent dca1a2f commit 0e96ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_rebx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Test
run: |
curl -X POST https://api.github.com/repos/dtamayo/reboundx/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
curl -X POST https://api.github.com/repos/dtamayo/reboundx/actions/workflows/trigger_on_rebound.yml/dispatches \
-H 'Accept: application/vnd.github+json' \
-u ${{ secrets.TRIGGER_REBX_TOKEN }} \
--data '{"event_type": "Trigger Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
- uses: actions/checkout@v3

0 comments on commit 0e96ead

Please sign in to comment.