Skip to content

Commit

Permalink
try sha pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 27, 2023
1 parent 5ca708a commit 1490725
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 @@ -14,4 +14,4 @@ jobs:
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 '{"event_type": "trigger_rebx", "client_payload": {"ref": "$GITHUB_SHA$"}}'
-d '{"event_type": "trigger_rebx", "client_payload": {"ref": "'"$GITHUB_SHA"'" }}'

0 comments on commit 1490725

Please sign in to comment.