File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - name : Set binding version
5151 run : pnpm exec tool replace-file-content packages/cli/binding/Cargo.toml 'version = "0.0.0"' 'version = "0.0.0-${{ github.sha }}"'
5252
53+ - name : Configure Git for access to vite-task
54+ run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
55+
5356 - name : Build
5457 if : ${{ matrix.settings.target == 'x86_64-unknown-linux-gnu' }}
5558 run : pnpm --filter=@voidzero-dev/vite-plus build --target ${{ matrix.settings.target }} --use-napi-cross
9699
97100 - uses : oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
98101
102+ - name : Configure Git for access to vite-task
103+ run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
104+
99105 - name : Bootstrap
100106 run : pnpm bootstrap-cli:ci
101107
You can’t perform that action at this time.
0 commit comments