Skip to content

Commit d208cf7

Browse files
SD-10: Add NPM_TOKEN to stage deployment - add forgotten step
1 parent d7a7773 commit d208cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/build-and-push/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ runs:
7171
run: npm ci
7272

7373
- name: Build an app
74+
env:
75+
NPM_TOKEN: ${{ inputs.npm-token }}
7476
shell: bash
7577
run: printenv | grep -i public_var && npm run build
7678

0 commit comments

Comments
 (0)