Skip to content

Commit ec2c798

Browse files
committed
use VITE_TASK_TOKEN to fetch vite-task
1 parent 392e6a0 commit ec2c798

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Configure Git for access to vite-task
5656
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
5757

58-
- run: cargo check --verbose --all-targets --all-features
58+
- run: cargo check --all-targets --all-features
5959
env:
6060
RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml
6161

@@ -70,8 +70,8 @@ jobs:
7070
persist-credentials: false
7171
submodules: true
7272

73-
- name: Configure Git to use GITHUB_TOKEN for Cargo
74-
run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
73+
- name: Configure Git for access to vite-task
74+
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
7575

7676
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
7777
with:
@@ -105,8 +105,8 @@ jobs:
105105
persist-credentials: false
106106
submodules: true
107107

108-
- name: Configure Git to use GITHUB_TOKEN for Cargo
109-
run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
108+
- name: Configure Git for access to vite-task
109+
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
110110

111111
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
112112
with:
@@ -145,8 +145,8 @@ jobs:
145145
persist-credentials: false
146146
submodules: true
147147

148-
- name: Configure Git to use GITHUB_TOKEN for Cargo
149-
run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
148+
- name: Configure Git for access to vite-task
149+
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
150150

151151
- run: |
152152
brew install rustup
@@ -187,8 +187,8 @@ jobs:
187187
persist-credentials: false
188188
submodules: true
189189

190-
- name: Configure Git to use GITHUB_TOKEN for Cargo
191-
run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
190+
- name: Configure Git for access to vite-task
191+
run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/"
192192

193193
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
194194
with:

0 commit comments

Comments
 (0)