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