diff --git a/.github/workflows/tdapi.yaml b/.github/workflows/tdapi.yaml
index ddfcad4..040589b 100644
--- a/.github/workflows/tdapi.yaml
+++ b/.github/workflows/tdapi.yaml
@@ -21,6 +21,12 @@ jobs:
(apt-get update || true) 2>/dev/null
(apt-get install -y sudo || true) 2>/dev/null
sudo apt update
+ - name: Install SSH key
+ uses: shimataro/ssh-key-action@v2
+ with:
+ key: ${{ secrets.IG_SSH_KEY }}
+ name: id_rsa
+ known_hosts: ${{ secrets.IG_KNOWN_HOSTS }}
- uses: actions/checkout@v2
with:
submodules: "recursive"
diff --git a/scripts/continuous-integration/github-workflows/deploy-javadoc.sh b/scripts/continuous-integration/github-workflows/deploy-javadoc.sh
index 8e0ae60..5e4e9c4 100755
--- a/scripts/continuous-integration/github-workflows/deploy-javadoc.sh
+++ b/scripts/continuous-integration/github-workflows/deploy-javadoc.sh
@@ -4,7 +4,7 @@ set -e
cd ./generated/target/apidocs
find . -name '*.html' -exec sed -i -r 's/<\/title>/<\/title>\n