mcmarkj / 1password-actions

Github Action for fetching secrets from 1Password (Via Connect)
MIT License
14 stars 5 forks source link

fail if secret or vault are not found #90

Closed j-mew-s closed 6 months ago

j-mew-s commented 6 months ago

Set failed status (or log, depending on fail_on_not_found config) if vault or secret are not found.

Looks like build artefacts are set to land in /lib, which is .gitignored, so I don't think you need the src/main.js and src/parsing.js files. I'm not sure whether you want to gitignore the dist files or keep them in the repo, so I've just replaced them.