Skip to content

Commit a0527b6

Browse files
committed
chmod certs dir
1 parent c3d6b07 commit a0527b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Generate TLS certs for Docker
5151
run: |
5252
mkdir -p ${{ github.workspace }}/certs
53+
chmod 777 ${{ github.workspace }}/certs
5354
5455
# Generate CA key and cert
5556
openssl genrsa -out ${{ github.workspace }}/certs/ca-key.pem 2048

0 commit comments

Comments
 (0)