From b6738b949c5a1595fb7128f88014c297d856ef15 Mon Sep 17 00:00:00 2001 From: rober Date: Fri, 29 Dec 2023 12:07:54 +0000 Subject: [PATCH] Actualizar '.github/workflows/main.yml' --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e1ce02..3417d0c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: apt update && apt install -y openssh-client git hugo - - name: Setup key - env: + - env: clave_ssh: ${{ secrets.CLAVE_SSH }} + - run: apt update && apt install -y openssh-client git hugo - run: | ./subir.sh