We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d6b07 commit a0527b6Copy full SHA for a0527b6
1 file changed
.github/workflows/ci.yml
@@ -50,6 +50,7 @@ jobs:
50
- name: Generate TLS certs for Docker
51
run: |
52
mkdir -p ${{ github.workspace }}/certs
53
+ chmod 777 ${{ github.workspace }}/certs
54
55
# Generate CA key and cert
56
openssl genrsa -out ${{ github.workspace }}/certs/ca-key.pem 2048
0 commit comments