Skip to content

Commit 5168b98

Browse files
committed
600 -> 640
1 parent 0343b9e commit 5168b98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ jobs:
173173
mkdir ~/.ssh/
174174
cp $PWD/qiita_ware/test/test_data/test_key* ~/.ssh/
175175
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys
176-
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
177-
chmod 600 ~/.ssh/*
176+
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys2
177+
chmod 640 $PWD/qiita_ware/test/test_data/test_key*
178+
chmod 640 ~/.ssh/*
178179
chmod 700 ~/.ssh/
179180
180181
echo "Connecting as $USER@localhost"

0 commit comments

Comments
 (0)