Skip to content

Commit 8792ecd

Browse files
filipesilvaKeen Yee Liau
authored and
Keen Yee Liau
committed
ci: use matching openssl key digest
1 parent eacacef commit 8792ecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,11 @@ jobs:
200200
- attach_workspace: *attach_options
201201
- run:
202202
name: Decrypt Credentials
203+
# Note: when changing the image, you might have to re-encrypt the credentials with a
204+
# matching version of openssl.
205+
# See https://stackoverflow.com/a/43847627/2116927 for more info.
203206
command: |
204-
openssl aes-256-cbc -d -in .circleci/github_token -k "${KEY}" -out ~/github_token
207+
openssl aes-256-cbc -d -in .circleci/github_token -k "${KEY}" -out ~/github_token -md md5
205208
- run:
206209
name: Deployment to Snapshot
207210
command: |

0 commit comments

Comments
 (0)