This commit is contained in:
Matt Reeves 2024-12-06 02:37:49 -05:00
parent c3fd1c504a
commit 7d8c14d636

View file

@ -142,7 +142,7 @@ jobs:
- name: Set permissions for private key - name: Set permissions for private key
run: | run: |
chmod 600 /root/.ssh/id_rsa chmod 700 /root/.ssh/id_rsa
- name: Set up SSH agent - name: Set up SSH agent
run: | run: |