diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dea2939..8cb42e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,13 @@ jobs: uses: actions/download-artifact@v4 with: run-id: ${{ github.event.inputs.run-id }} - name: frontend + + # Step 5: Set up SSH agent with the private key + - name: Setup SSH + uses: webfactory/ssh-agent@v0.5.4 + with: + ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + # Step 3: Replace tokens in files with GitHub secrets #- name: Replace tokens in files