We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf071b commit f04e968Copy full SHA for f04e968
.github/workflows/qiita-ci.yml
@@ -173,6 +173,7 @@ jobs:
173
mkdir ~/.ssh/
174
cp $PWD/qiita_ware/test/test_data/test_key* ~/.ssh/
175
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys
176
+ touch ~/.ssh/known_hosts
177
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
178
chmod 600 ~/.ssh/*
179
chmod 700 ~/.ssh/
0 commit comments