diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49b469c..2e1ce02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,7 @@ jobs: - uses: actions/checkout@v3 - run: apt update && apt install -y openssh-client git hugo - name: Setup key - uses: ./ - with: - ssh-private-key: | - ${{ secrets.CLAVE_SSH }} + env: + clave_ssh: ${{ secrets.CLAVE_SSH }} - run: | ./subir.sh