Skip to content

Commit 6dfdea3

Browse files
author
Nicholas Klick
committed
Update license and use different encryption password
1 parent 34b7cd8 commit 6dfdea3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
run: |
4848
openssl version
4949
mkdir license
50-
[[ -n "${{ secrets.ENCRYPT_PASSWORD }}" ]] && echo decrypt
51-
[[ -n "${{ secrets.ENCRYPT_PASSWORD }}" ]] && openssl enc -d -aes-256-cbc -pbkdf2 -iter 20000 -in Gitlab-license.encrypted -out license/Gitlab-license.txt -pass "pass:${{ secrets.ENCRYPT_PASSWORD }}"
50+
[[ -n "${{ secrets.LICENSE_ENCRYPTION_PASSWORD }}" ]] && echo decrypt
51+
[[ -n "${{ secrets.LICENSE_ENCRYPTION_PASSWORD }}" ]] && openssl enc -d -aes-256-cbc -pbkdf2 -iter 20000 -in Gitlab-license.encrypted -out license/Gitlab-license.txt -pass "pass:${{ secrets.LICENSE_ENCRYPTION_PASSWORD }}"
5252
chmod 666 license/Gitlab-license.txt || true
5353
echo "::set-env name=GITLAB_LICENSE_FILE::Gitlab-license.txt"
5454

Gitlab-license.encrypted

0 Bytes
Binary file not shown.

JulienPivotto.gitlab-license.enc

16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)