Skip to content

Commit 7d8c14d

Browse files
committedDec 6, 2024
fix cd
1 parent c3fd1c5 commit 7d8c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Set permissions for private key
144144
run: |
145-
chmod 600 /root/.ssh/id_rsa
145+
chmod 700 /root/.ssh/id_rsa
146146
147147
- name: Set up SSH agent
148148
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.