From d9a381874074fc895e7d26f67dabf403963cb8c9 Mon Sep 17 00:00:00 2001 From: Diego Fincatto Date: Wed, 3 Jul 2024 19:46:05 -0300 Subject: [PATCH] Voltado public key. --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb3bd1d20..32b8dd517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,10 @@ jobs: distribution: 'temurin' cache: maven -# - name: Adding ssh key -# uses: webfactory/ssh-agent@v0.4.1 -# with: -# ssh-private-key: ${{ secrets.ssh_private_key }} + - name: Adding ssh key + uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.ssh_private_key }} - name: Git configuration run: |