Skip to content

Commit b680dfd

Browse files
committed
(CI) set GITHUB_TOKEN
1 parent b3eb7a6 commit b680dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
4545
mkdir -p ${HOME}/.ssh
4646
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
47-
.ci/install.bash --branch=${BRANCH} --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
47+
.ci/install.bash --branch=${BRANCH} --gh-token="${{ github.token }}" --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
4848
- name: Script
4949
run: .ci/script.bash
5050
- name: Before Deploy

0 commit comments

Comments
 (0)