Nariyuki Saito

Results 3 issues of Nariyuki Saito

This pull request adds `create_comment_for_each_run` option. If this option is set to `true`, the action can create multiple comments to one PR. It is useful if multiple scripts are built...

Reading a stream in Ceramic [does not need authentication](https://developers.ceramic.network/build/javascript/queries/#query-a-stream). However, in the "readAndDecrypt" function, [authentication to Ceramic is always performed](https://github.com/LIT-Protocol/CeramicIntegration/blob/main/src/integration.ts#L84). So, even if users just want to read data, they...

In `encryptAndWrite` function, errors during the encrypting & writing process are all caught, and returned as string. https://github.com/LIT-Protocol/CeramicIntegration/blob/main/src/integration.ts#L71 However, this behavior is confusing because the [document](https://developer.litprotocol.com/ToolsAndExamples/Ceramic/encryption) says that the return...