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