Skip to content

Commit 42249e2

Browse files
author
Gustavo Marin
committed
add known_hosts
1 parent 44f0831 commit 42249e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ NEW_RELEASE=${GITHUB_REF##*/v}
1111

1212
echo "---------------- AUR Package version $PACKAGE_NAME/$NEW_RELEASE ----------------"
1313

14+
touch ~/.ssh/known_hosts
15+
1416
ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts
1517

1618
echo -e "${SSH_PRIVATE_KEY//_/\\n}" > ~/.ssh/aur

0 commit comments

Comments
 (0)