Skip to content

Commit

Permalink
bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 25, 2023
1 parent 0e96ead commit fb8eead
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 @@ -27,6 +27,6 @@ jobs:
run: |
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 }} \
-H 'Authorization: Bearer <TRIGGER_REBX_TOKEN>" \
--data '{"event_type": "Trigger Workflow", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
- uses: actions/checkout@v3

0 comments on commit fb8eead

Please sign in to comment.