1Password / load-secrets-action

Load secrets from 1Password into your GitHub Actions jobs
https://developer.1password.com
MIT License
195 stars 26 forks source link

Rewrite using 1Password JS SDK #80

Open yafanasiev opened 1 month ago

yafanasiev commented 1 month ago

Hey! First, thanks for providing the actions of course.

Under the hood, this action installs 1Password CLI and uses it to load secrets. The downside is that installing CLI takes some time and also requires some external dependencies (e.g. unzip). Now that there is a full-fledged JS SDK, are there any plans to rewrite this action using it?

bxb100 commented 3 days ago

I wrote this https://github.com/bxb100/load-secrets-action , take a look 😄