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 9821cf9 commit cd64602
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sign_executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
steps:
- name: Trigger Jenkins Job, for singing executable
run: |
curl -X POST "https://ci.eclipse.org/esmf/project/Sign-Native-Image/generic-webhook-trigger/invoke?token=GITHUB_BOT_TOKEN" \
curl -X POST https://ci.eclipse.org/esmf/project/Sign-Native-Image/github-webhook/ \
-H "Authorization: token ${{ secrets.eclipse-esmf-bot }}" \
-H "Content-Type: application/json" \
-d '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
env:
GITHUB_BOT_TOKEN: ${{ secrets.eclipse-esmf-bot }}
-d '{"event_type": "trigger_jenkins"}'

0 comments on commit cd64602

Please sign in to comment.