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
{{ message }}
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
chore: generate key.json.enc using node:8 image (#527)
I think the previous key cannot be properly decrypted in CircleCI
because it was generated using a version of openssl different from
the version used during decryption.
The key in this PR was generated from within a node:8 image which
is the same image used by the system and samples tests, to make
sure the same version of openssl is used.
0 commit comments