This commit is contained in:
Michał Zieliński
2024-11-23 20:09:04 +01:00
parent 0206dfe702
commit c74f974d01

View File

@@ -20,13 +20,6 @@ jobs:
name: frontend # Name of the artifact created in the build pipeline
path: ./artifact # Where to download the artifact
# Step 2: Download build artifacts from another workflow (e.g., build pipeline)
- name: Download Backend Artifacts
uses: actions/download-artifact@v4
with:
name: backend # Name of the artifact created in the build pipeline
path: ./artifact # Where to download the artifact
# Step 3: Replace tokens in files with GitHub secrets
#- name: Replace tokens in files
# run: |