Skip to content

Commit

Permalink
Fixed artifactory token
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Mar 8, 2024
1 parent 1f21e22 commit 46ef4b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/core-web.unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46ef4b5

Please sign in to comment.