Skip to content

Commit 3c2df9e

Browse files
committed
one more trial
1 parent 2b35660 commit 3c2df9e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,15 @@ jobs:
174174
cp $PWD/qiita_ware/test/test_data/test_key* ~/.ssh/
175175
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys
176176
cat ~/.ssh/test_key.pub > ~/.ssh/authorized_keys2
177-
chmod 640 $PWD/qiita_ware/test/test_data/test_key*
178-
chmod 640 ~/.ssh/*
177+
chmod 600 $PWD/qiita_ware/test/test_data/test_key*
178+
chmod 600 ~/.ssh/*
179179
chmod 700 ~/.ssh/
180-
181180
echo "Connecting as $USER@localhost"
182181
# this line (and the -o StrictHostKeyChecking=no) is so the server
183182
# is added to the list of known servers
184183
185184
# 05/22/25: commenting this line out as github actions is not allowing this step
186-
# scp -vvvvvvv -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
185+
scp -vvvvvvv -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
187186
188187
- name: Main tests
189188
shell: bash -l {0}

0 commit comments

Comments
 (0)