We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf817ee commit 3fac693Copy full SHA for 3fac693
1 file changed
infrastructure/terraform/components/api/pre.sh
@@ -2,9 +2,15 @@
2
# # It ensures all Node.js dependencies are installed, generates any required dependencies,
3
# # and builds all Lambda functions in the workspace before Terraform provisions infrastructure.
4
5
-echo "Running pre.sh"
+echo "Running Pre.sh"
6
7
-npm config --location user set //npm.pkg.github.com/:_authToken $GITHUB_TOKEN
+ROOT_DIR="$(git rev-parse --show-toplevel)"
8
+
9
+echo "Running set-github-token.sh"
10
11
+$ROOT_DIR/scripts/set-github-token.sh
12
13
+echo "Completed."
14
15
npm ci
16
0 commit comments