Skip to content

Commit 1b7d369

Browse files
committed
Try fix scalacenter/scala-debug-adapter checkout
1 parent 680d425 commit 1b7d369

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/build-project/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ runs:
145145
mkdir -p ~/.ssh
146146
touch ~/.ssh/config
147147
touch ~/.ssh/known_hosts
148-
chmod -R 400 ~/.ssh
148+
chmod 700 ~/.ssh
149+
chmod 600 ~/.ssh/*
149150
ssh-keyscan github.com >> ~/.ssh/known_hosts
150151
printf "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
151152

0 commit comments

Comments
 (0)