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 535336a commit edb1ab9Copy full SHA for edb1ab9
scripts/set_github_token.sh
@@ -2,6 +2,8 @@
2
3
set -euo pipefail
4
5
+cd "$(git rev-parse --show-toplevel)"
6
+
7
npm config --location user set @nhsdigital:registry https://npm.pkg.github.com
8
9
npm config ls -l | grep '/npm.pkg.github.com/:_authToken' -q && echo "Github token already exists" && exit 0
0 commit comments