Skip to content

Commit

Permalink
F1 runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 9, 2024
1 parent 0a8443f commit 68651c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.WOLFSSL_ACTION_TOKENC }}" \
-H "Authorization: Bearer ${{ secrets.WOLFSSL_ACTION_TOKENF1 }}" \
https://api.github.com/repos/gojimmypi/wolfssl-actions/dispatches \
-H "X-GitHub-Api-Version: 2022-11-28" \
-d '{"event_type":"espressif_test","client_payload":{"unit":false,"integration":true}}'
Expand Down
1 change: 1 addition & 0 deletions IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# wolfSSL Crypt Test Example


This is the ESP32 Version of the [wolfSSL wolfcrypt test application](https://github.com/wolfSSL/wolfssl/tree/master/wolfcrypt/test).

For general information on [wolfSSL examples for Espressif](../README.md), see the
Expand Down

0 comments on commit 68651c6

Please sign in to comment.