1Password / load-secrets-action

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

Latest build is broken #50

Closed zheli closed 1 year ago

zheli commented 1 year ago

The base image is missing jq package. image

edif2008 commented 1 year ago

Hey there. This is quite interesting. Our testing pipelines use ubuntu-latest and macos-latest which are base images from GitHub and those seem to have jq in them. 🤔

It's still a safer thing to assume that jq is not available everywhere, therefore I've made this quickfix PR: https://github.com/1Password/load-secrets-action/pull/51

edif2008 commented 1 year ago

Fixed as part of release v1.3.1