From 46ef4b54b2bad0a759e02d229c6898c46d5e77ab Mon Sep 17 00:00:00 2001 From: Simen Fivelstad Smaaberg <66635118+simensma-fresh@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:27:58 +0000 Subject: [PATCH] Fixed artifactory token --- .github/workflows/core-web.unit.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/core-web.unit.yaml b/.github/workflows/core-web.unit.yaml index 6df9a79c1c..54e7107917 100644 --- a/.github/workflows/core-web.unit.yaml +++ b/.github/workflows/core-web.unit.yaml @@ -32,10 +32,7 @@ jobs: make keycloak - name: Run backend run: | - make be-minimal - - name: Run frontend - run: | - make fe-minimal + ARTIFACTORY_TOKEN=${{ secrets.ARTIFACTORY_TOKEN }} make be-minimal # - uses: actions/setup-node@v3 # with: # node-version: 20.x