We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7196cba commit 832f20eCopy full SHA for 832f20e
.github/workflows/stage-4-acceptance.yaml
@@ -46,11 +46,19 @@ jobs:
46
steps:
47
- uses: actions/[email protected]
48
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
+
56
- name: Trigger Acceptance Tests
57
shell: bash
58
env:
59
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
60
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
61
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
run: |
63
.github/scripts/dispatch_internal_repo_workflow.sh \
64
--targetWorkflow "dispatch-contextual-tests-dynamic-env.yaml" \
0 commit comments