diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index 1fceea7272cbdd..32fb224b97928e 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -60,7 +60,7 @@ jobs: - name: Setup node-core-utils run: | ncu-config set username ${{ secrets.JENKINS_USER }} - ncu-config set token none + ncu-config set token "${{ secrets.GH_USER_TOKEN }}" ncu-config set jenkins_token ${{ secrets.JENKINS_TOKEN }} ncu-config set owner "${{ github.repository_owner }}" ncu-config set repo "$(echo ${{ github.repository }} | cut -d/ -f2)"