diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-25 21:13:54 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-25 21:13:54 +0100 |
commit | 9d59630199301a75a0fb8446e0d55b98944e19c2 (patch) | |
tree | 8a34f707219ca88333ab93fab79782dc4f99de37 /.github/workflows/build.yml | |
parent | de8bf706f6323411ea2a06f11fe5df953e9db32e (diff) | |
download | club1-docs-9d59630199301a75a0fb8446e0d55b98944e19c2.tar.gz club1-docs-9d59630199301a75a0fb8446e0d55b98944e19c2.zip |
github action add club1.fr public key to known hosts
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a922a11..c9fc629 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,5 +18,6 @@ jobs: chmod 700 .ssh echo "${{ secrets.RSA_KEY }}" > .ssh/id_rsa chmod 600 .ssh/id_rsa + echo "club1.fr ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBC64tjZ1WjxMMoGeWiipApfCAaQe1sP/YFoNWYtckXV7XfFFKsBf70SHUw/oPjVZ1sdwcIL8wsH8Q00oYMIv7M=" > .ssh/known_hosts - name: Publish run: make publish USER=docs |