Skip to content

chore: add vite-task as cargo git dependency#281

Merged
branchseer merged 9 commits intomainfrom
10-31-chore_add_vite-task_as_cargo_git_dependency
Nov 2, 2025
Merged

chore: add vite-task as cargo git dependency#281
branchseer merged 9 commits intomainfrom
10-31-chore_add_vite-task_as_cargo_git_dependency

Conversation

@branchseer
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@branchseer branchseer force-pushed the 10-31-chore_add_vite-task_as_cargo_git_dependency branch 5 times, most recently from 077424e to 03e6812 Compare October 31, 2025 09:26
# 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
@branchseer branchseer force-pushed the 10-31-chore_add_vite-task_as_cargo_git_dependency branch from 5572daf to eb521f9 Compare November 1, 2025 15:13
@branchseer branchseer marked this pull request as ready for review November 2, 2025 06:27
@branchseer branchseer requested review from Brooooooklyn, Copilot and fengmk2 and removed request for Copilot November 2, 2025 06:27
@branchseer branchseer merged commit f854dbe into main Nov 2, 2025
10 checks passed
Copy link
Copy Markdown
Member Author

Merge activity

@branchseer branchseer deleted the 10-31-chore_add_vite-task_as_cargo_git_dependency branch November 2, 2025 06:45
Copy link
Copy Markdown
Member

fengmk2 commented Nov 2, 2025

need to configure gh login before you can clone the code

gh auth login
gh auth setup-git

Comment thread .github/workflows/ci.yml
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/"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@branchseer I just remembered, .github/workflows/release.yml also needs this logic added

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder. I'll add it.

Copy link
Copy Markdown
Member Author

branchseer commented Nov 2, 2025

need to configure gh login before you can clone the code

gh auth login
gh auth setup-git

Another option is to use ssh agent. I personally use Bitwarden for both git auth and commit signing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants