Skip to content

Commit 27df46a

Browse files
Update test-deployer.yml
1 parent 6f0b43d commit 27df46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- name: Setup SSH for EC2
7979
run: |
8080
mkdir -p "$(dirname "${{ env.EC2_KEY_PATH }}")"
81-
echo "${{ secrets.EC2_SSH_KEY }}" > ${{ env.EC2_KEY_PATH }}
82-
chmod 600
81+
echo "${{ secrets.EC2_SSH_KEY }}" > "${{ env.EC2_KEY_PATH }}"
82+
chmod 600 "${{ env.EC2_KEY_PATH }}"
8383
8484
- name: Clone Themis repository
8585
working-directory: ..

0 commit comments

Comments
 (0)