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 40afbd3 commit 5243cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
run: echo ${{secrets.TEST}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_SAP_TOKEN}}
- name: 'Install dependencies for library'
Expand Down

0 comments on commit 5243cac

Please sign in to comment.