We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb9a0b commit 03e6812Copy full SHA for 03e6812
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: rustup target add x86_64-unknown-linux-musl
56
if: ${{ matrix.os == 'ubuntu-latest' }}
57
58
- - run: git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git
+ - run: git clone https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/voidzero-dev/vite-task.git
59
- run: cargo check --verbose --all-targets --all-features
60
env:
61
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
0 commit comments