Skip to content

Commit

Permalink
Test picking up secrets before installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hachokbloomreach committed Jan 25, 2024
1 parent 023b3b3 commit a3d947c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: 'Install dependencies for library'
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: 'Install dependencies for library'
working-directory: './brx-spartacus-library'
run: echo "SECRET TEST is ${{secrets.TEST}}" && npm ci
run: npm ci
- name: 'Build library'
working-directory: './brx-spartacus-library'
run: npm run build
Expand Down

0 comments on commit a3d947c

Please sign in to comment.