Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 0b293e6

Browse files
author
Simon Hofmann
committed
Re-added github token
1 parent b18d9c0 commit 0b293e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/prebuild/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
image=opencv4nodejs-ci_$1
33
docker build -t $image -f ./Dockerfile --build-arg TAG=$1 ../../
4-
docker run $image
4+
docker run $image -e GITHUB_TOKEN=$GITHUB_TOKEN

ci/prebuild/script/run-prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export OPENCV4NODEJS_DISABLE_AUTOBUILD=1
33
echo "Installing dependencies" &&\
44
npm install --unsafe-perm &&\
55
echo "Running prebuild" &&\
6-
npm run prebuild
6+
npm run prebuild -- -u $GITHUB_TOKEN

0 commit comments

Comments
 (0)