From 68651c6050ff4f09baa20bdf4c977a3a1b28a3b3 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 9 Oct 2024 16:39:53 -0700 Subject: [PATCH] F1 runner test --- .github/workflows/self-hosted-test.yml | 2 +- IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/self-hosted-test.yml b/.github/workflows/self-hosted-test.yml index 9bdcecac18..eb9075b1f9 100644 --- a/.github/workflows/self-hosted-test.yml +++ b/.github/workflows/self-hosted-test.yml @@ -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}}' diff --git a/IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md b/IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md index 86d53d93f1..f36879bf3f 100644 --- a/IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md +++ b/IDE/Espressif/ESP-IDF/examples/wolfssl_test/README.md @@ -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