GitHub user bxb100 closed a discussion: CI Proposal: using new action to load secret from 1password
Currently, OpenDAL CI uses the official action [load-secrets-action](https://github.com/1Password/load-secrets-action). However, it does not support Windows[^1]. Therefore, I would like to replace it with https://github.com/bxb100/load-secrets-action. I believe it offers the following advantages: 1. Purely written in TypeScript not using cli[^2], it uses the official `@1password/sdk` and `@1password/connect` SDKs to implement [1Password Service Account](https://developer.1password.com/docs/service-accounts/get-started) and [1Password Connect](https://developer.1password.com/docs/connect/). 2. It is a pure JS action that supports all platforms, eliminating compatibility concerns. 3. It’s compatible with the original action, so replacing it won’t take much time. Additionally, its effectiveness can be quickly verified because it's only for CI. 4. I can respond quickly to feature requests and bug reports. Thanks. [^1]: https://github.com/1Password/load-secrets-action/issues/46 [^2]: https://github.com/shyim/1password-load-secrets-action GitHub link: https://github.com/apache/opendal/discussions/5341 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
