Skip to content

Commit 6a9ec22

Browse files
committed
f
1 parent 89ea65e commit 6a9ec22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Generate TLS certificates
53-
run: extras/ci/generate_certs.sh "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE" "$CH_SSL_PRIVATE_KEY"
53+
run: |
54+
extras/ci/generate_certs.sh "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE" "$CH_SSL_PRIVATE_KEY"
55+
chmod 644 "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE"
5456
# NOTE:
5557
# - we cannot use "services" because they are executed before the steps, i.e. repository checkout.
5658
# - "job.container.network" is empty, hence "host"

0 commit comments

Comments
 (0)