chore: add vite-task as cargo git dependency#281
Merged
branchseer merged 9 commits intomainfrom Nov 2, 2025
Merged
Conversation
077424e to
03e6812
Compare
# Conflicts: # crates/fspy_preload_unix/src/client/mod.rs # crates/fspy_shared/src/ipc/channel/mod.rs # crates/fspy_shared/src/ipc/channel/shm_io.rs # crates/fspy_shared_unix/src/exec/mod.rs # crates/fspy_test_utils/src/lib.rs # crates/vite_glob/src/error.rs # crates/vite_path/src/relative.rs # crates/vite_task/src/ui.rs # crates/vite_tui/src/app.rs # crates/vite_workspace/src/error.rs # crates/vite_workspace/src/lib.rs
5572daf to
eb521f9
Compare
fengmk2
approved these changes
Nov 2, 2025
Member
Author
Merge activity
|
Member
|
need to configure gh login before you can clone the code gh auth login
gh auth setup-git |
fengmk2
reviewed
Nov 2, 2025
| if: ${{ matrix.os == 'ubuntu-latest' }} | ||
|
|
||
| - name: Configure Git for access to vite-task | ||
| run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/" |
Member
There was a problem hiding this comment.
@branchseer I just remembered, .github/workflows/release.yml also needs this logic added
Member
Author
There was a problem hiding this comment.
Thanks for the reminder. I'll add it.
Member
Author
Another option is to use ssh agent. I personally use Bitwarden for both git auth and commit signing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.