Skip to content

Commit d94a8c8

Browse files
committed
corrected permissions
1 parent 5c0eb49 commit d94a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
mkdir -p ~/.ssh
2828
echo "${{secrets.SSH_PRIVATE_KEY}}" >~/.ssh/id_rsa
29-
chmod 6000 ~/.ssh/id_rsa
29+
chmod 600 ~/.ssh/id_rsa
3030
ssh-keyscan -H ap40.uw.osg-htc.org >> ~/.ssh/known_hosts
3131
scp pr/.github/workflows/images/mfc_cpu.sif ${{secrets.SSH_USER}}:MFC/mfc_cpu.sif
3232
ssh ${{secrets.SSH_USER}} "

0 commit comments

Comments
 (0)