Skip to content

Commit f6fb6d3

Browse files
Merge pull request #397 from nicholasklick/update_license
Update license and use different encryption password
2 parents 2230a66 + 72fd54b commit f6fb6d3

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
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

-1.61 KB
Binary file not shown.

scripts/license.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)