chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 04:29:17 +01:00
parent 85ed7aa919
commit 1e1457d688

View File

@ -24,6 +24,7 @@ jobs:
echo "🔎 Branch name ${{ gitea.ref }} from repository ${{ gitea.repository }}."
mkdir -p "$HOME/.ssh"
echo "${{ secrets.KYD }}" | base64 -d > "$HOME/.ssh/id_clrepo"
chmod 600 $HOME/.ssh/id_clrepo
echo "${{ vars.SSH_CONFIG }}" > $HOME/.ssh/config
#KYD=$(echo "${{ secrets.KYD }}" | base64 -d)
# ls ${{ gitea.workspace }}