|
55 | 55 | - name: Configure Git for access to vite-task |
56 | 56 | run: git config --global url."https://x-access-token:${{ secrets.VITE_TASK_TOKEN }}@github.com/".insteadOf "https://github.com/" |
57 | 57 |
|
58 | | - - run: cargo check --verbose --all-targets --all-features |
| 58 | + - run: cargo check --all-targets --all-features |
59 | 59 | env: |
60 | 60 | RUSTFLAGS: '-D warnings --cfg tokio_unstable' # also update .cargo/config.toml |
61 | 61 |
|
|
70 | 70 | persist-credentials: false |
71 | 71 | submodules: true |
72 | 72 |
|
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/" |
75 | 75 |
|
76 | 76 | - uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0 |
77 | 77 | with: |
@@ -105,8 +105,8 @@ jobs: |
105 | 105 | persist-credentials: false |
106 | 106 | submodules: true |
107 | 107 |
|
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/" |
110 | 110 |
|
111 | 111 | - uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0 |
112 | 112 | with: |
@@ -145,8 +145,8 @@ jobs: |
145 | 145 | persist-credentials: false |
146 | 146 | submodules: true |
147 | 147 |
|
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/" |
150 | 150 |
|
151 | 151 | - run: | |
152 | 152 | brew install rustup |
@@ -187,8 +187,8 @@ jobs: |
187 | 187 | persist-credentials: false |
188 | 188 | submodules: true |
189 | 189 |
|
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/" |
192 | 192 |
|
193 | 193 | - uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0 |
194 | 194 | with: |
|
0 commit comments