From 79a554769ac0427ca9163d3027334810fd8c4809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 20:36:59 +0100 Subject: [PATCH] . --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9567c3..dea2939 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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