Skip to content

Commit

Permalink
repository dispatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 9, 2024
1 parent a1a26e0 commit 11fbb75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ jobs:
- name: Run tests
run: |
whoami
- name: Send repository dispatch to wolfssl-actions
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.wolfssl_action_token }}" \
https://api.github.com/repos/gojimmypi/wolfssl-actions/dispatches \
-d '{"event_type":"espressif_test"}'

0 comments on commit 11fbb75

Please sign in to comment.