Skip to content

Commit

Permalink
Update sign_executable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed Dec 12, 2023
1 parent 0eddc0a commit b4071d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sign_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Trigger Jenkins Job, for singing executable
run: |
curl -X POST https://ci.eclipse.org/esmf/project/Sign-Native-Image/github-webhook/ \
curl -X POST https://ci.eclipse.org/esmf/job/Sign-Native-Image/github-webhook/ \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"event_type": "trigger_jenkins"}'

0 comments on commit b4071d3

Please sign in to comment.