From 0d5e5ba6b02dd5f1d6ff0e2b70ffaa8ffbb9b6c3 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Mon, 24 Oct 2022 17:10:42 -0700 Subject: [PATCH] Update GithubActions FreeRTOS+ config file --- .github/workflows/freertos_plus_demos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freertos_plus_demos.yml b/.github/workflows/freertos_plus_demos.yml index 2318285f14..6df8a931f9 100644 --- a/.github/workflows/freertos_plus_demos.yml +++ b/.github/workflows/freertos_plus_demos.yml @@ -77,8 +77,8 @@ jobs: echo ' #define democonfigIOT_CREDENTIAL_PROVIDER_ENDPOINT ""' | tee -a */demo_config.h echo ' #define democonfigIOT_CREDENTIAL_PROVIDER_ROLE ""' | tee -a */demo_config.h echo ' #define democonfigIOT_THING_NAME ""' | tee -a */demo_config.h - echo ' #define democonfigS3_PRESIGNED_GET_URL ""' | tee -a */demo_config.h - echo ' #define democonfigS3_PRESIGNED_PUT_URL ""' | tee -a */demo_config.h + echo ' #define democonfigS3_PRESIGNED_GET_URL "ABCDEF"' | tee -a */demo_config.h + echo ' #define democonfigS3_PRESIGNED_PUT_URL "ABCDEF"' | tee -a */demo_config.h echo ' #define democonfigS3_ROOT_CA_PEM ""' | tee -a */demo_config.h echo ' #define democonfigS3_BUCKET_NAME ""' | tee -a */demo_config.h echo ' #define democonfigS3_BUCKET_REGION ""' | tee -a */demo_config.h