Skip to content

Commit 674aa4f

Browse files
author
chenyunliang520
committed
Fix SSL cert permissions
1 parent 3b4210a commit 674aa4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-ssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: Fix SSL cert permissions
161161
run: |
162-
sudo chmod -R $(whoami):$(whoami) ${{ github.workspace }}/certs
162+
sudo chown -R $(whoami):$(whoami) ${{ github.workspace }}/certs
163163
sudo chmod 600 ${{ github.workspace }}/certs/*.crt
164164
sudo chmod 600 ${{ github.workspace }}/certs/*.key
165165

0 commit comments

Comments
 (0)