Skip to content

Commit d469a0b

Browse files
committed
acceptance deps
Signed-off-by: Mark Slowey <mark.slowey1@nhs.net>
1 parent 8b58847 commit d469a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/acceptance-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- name: 'Install dependencies'
3232
shell: bash
3333
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
NODE_AUTH_TOKEN: ${{ env.GITHUB_TOKEN }}
3535
run: |
3636
npm ci
3737

0 commit comments

Comments
 (0)