File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 persist-credentials : false
4545 submodules : true
4646
47- # - name: Configure Git to use GITHUB_TOKEN for Cargo
48- # run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
49-
5047 - uses : oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
5148 with :
5249 save-cache : ${{ github.ref_name == 'main' }}
5552 - run : rustup target add x86_64-unknown-linux-musl
5653 if : ${{ matrix.os == 'ubuntu-latest' }}
5754
58- - run : git clone https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/voidzero-dev/vite-task.git
55+ - name : Configure Git for access to vite-task
56+ run : git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
57+
5958 - run : cargo check --verbose --all-targets --all-features
6059 env :
6160 RUSTFLAGS : ' -D warnings --cfg tokio_unstable' # also update .cargo/config.toml
You can’t perform that action at this time.
0 commit comments