This commit is contained in:
Michał Zieliński
2024-11-23 20:36:59 +01:00
parent a537733a5b
commit 79a554769a

View File

@@ -2,7 +2,10 @@ name: ReleaseIntoMorska
on:
workflow_dispatch: # Allows manual triggering
inputs:
run-id:
description: 'ID of the run to deploy'
required: true
jobs:
release:
runs-on: ubuntu-latest
@@ -11,7 +14,7 @@ jobs:
- name: Download Frontend Artifacts
uses: actions/download-artifact@v4
with:
run-id: 11989658555
run-id: ${{ github.event.inputs.run-id }}
name: frontend
# Step 3: Replace tokens in files with GitHub secrets