Skip to content

Commit

Permalink
chown
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Feb 22, 2024
1 parent 9e06a73 commit 47e4141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scripts/tls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ step certificate create \
--ca /tmp/step/ca.crt \
--ca-key /tmp/step/ca.key

chmod -R 0644 /tmp/step
sudo chown -R $USER:$USER /tmp/step
sudo chmod -R 0644 /tmp/step

ls -la /tmp/step

0 comments on commit 47e4141

Please sign in to comment.