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 2bb95c8 commit 023b3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
node-version: 16
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_SAP_TOKEN}}
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
Expand Down

0 comments on commit 023b3b3

Please sign in to comment.