You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're getting the following random error when using this action by paralel jobs:
Authenticated with SERVICE_ACCOUNT
curl: (28) Failed to connect to cache.agilebits.com port 443 after 131105 ms: Connection timed out
Error: The process '/usr/bin/sh' failed with exit code 28
The text was updated successfully, but these errors were encountered:
cache.agilebits.com is where this action is downloading 1Password CLI from that this action is build on top of. AgileBits is the name of the company building 1Password.
I expect your experience was caused by an availability issue with that CDN. Was this failure one-off or are you consistently running into this error?
#80 suggests to rewrite this action on top of the new JS SDK. This would remove the dependency on CLI altogether and thus also the downloading and possible unavailability of that service.
We're getting the following random error when using this action by paralel jobs:
The text was updated successfully, but these errors were encountered: