Skip to content

Commit

Permalink
Try with 755 for folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbundalo committed Mar 14, 2024
1 parent def5868 commit 5abf5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-polybft-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Add certificate to trusted list
run: sudo update-ca-certificates
- name: Update certificate key folder permissions
run: sudo chmod -R 644 /etc/ssl/private
run: sudo chmod -R 755 /etc/ssl/private
- name: Update certificate key file permissions
run: sudo chmod 644 /etc/ssl/private/localhost.key
- name: Check certificate key permissions
Expand Down

0 comments on commit 5abf5bc

Please sign in to comment.