This commit is contained in:
Michał Zieliński
2024-11-23 20:43:29 +01:00
parent 79a554769a
commit ba19b0f1d9

View File

@@ -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