Skip to content

Commit 03e6812

Browse files
committed
ci: debug
1 parent bbb9a0b commit 03e6812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: rustup target add x86_64-unknown-linux-musl
5656
if: ${{ matrix.os == 'ubuntu-latest' }}
5757

58-
- run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git
58+
- run: git clone https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/voidzero-dev/vite-task.git
5959
- run: cargo check --verbose --all-targets --all-features
6060
env:
6161
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml

0 commit comments

Comments
 (0)