Update GithubActions FreeRTOS+ config file

This commit is contained in:
Paul Bartell
2022-10-24 17:10:42 -07:00
parent 242a08dcbd
commit 0d5e5ba6b0

View File

@@ -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