Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoError in retrieving the secrets from 1Password in GitHub Actions using secrets automation
Hi Team, I am getting this below mentioned error while retrieving the secrets in GitHub Actions from 1Password using "Load-secrets-action".
Run 1password/load-secrets-action@v1
/usr/bin/sh -c ...
Former Member
3 years agoHi there! Thanks for reaching out. Based on the error log I suspect that your request is not hitting Connect and instead some other service like the load balance, nginx, etc. This is due to the invalid character < looking for beginning of value
error, that suggest that you receiving an html body rather than a json response. What happens if you curl $OP_CONNECT_HOST/health
?