Skip to content

Commit 832f20e

Browse files
committed
try node setup and token env
1 parent 7196cba commit 832f20e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,19 @@ jobs:
4646
steps:
4747
- uses: actions/[email protected]
4848

49+
- name: 'Use Node.js'
50+
uses: actions/setup-node@v6
51+
with:
52+
node-version: '${{ inputs.nodejs_version }}'
53+
registry-url: 'https://npm.pkg.github.com'
54+
scope: '@nhsdigital'
55+
4956
- name: Trigger Acceptance Tests
5057
shell: bash
5158
env:
5259
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
5360
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
61+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5462
run: |
5563
.github/scripts/dispatch_internal_repo_workflow.sh \
5664
--targetWorkflow "dispatch-contextual-tests-dynamic-env.yaml" \

0 commit comments

Comments
 (0)