Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Dec 27, 2023
1 parent 2687ec2 commit ee677a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- "examples/RTDB/DataRetaining/DataRetaining.ino"
- "examples/RTDB/DownloadFileOTA/DownloadFileOTA.ino"
- "examples/RTDB/ETag/ETag.ino"
- "examples/RTDB/FastSend/FastSend.ino"
#- "examples/RTDB/FastSend/FastSend.ino"
- "examples/RTDB/File/Flash/Flash.ino"
- "examples/RTDB/File/SD/SD.ino"
#- "examples/RTDB/FireSense/AnalogRead/AnalogRead.ino"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void setup()
audit_config.setService("allServices");

audit_log_config.setLogType("DATA_READ");
audit_log_config.addexemptedMembers("user:[email protected]");
audit_log_config.addExemptedMembers("user:[email protected]");
audit_config.addAuditLogConfig(&audit_log_config, true);

audit_log_config.setLogType("DATA_WRITE");
Expand Down

0 comments on commit ee677a2

Please sign in to comment.