|
1 | | -# This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/ |
| 1 | +# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist |
2 | 2 | # |
3 | 3 | # Copyright 2022-2024, axodotdev |
| 4 | +# Copyright 2025 Astral Software Inc. |
4 | 5 | # SPDX-License-Identifier: MIT or Apache-2.0 |
5 | 6 | # |
6 | 7 | # CI that: |
@@ -58,12 +59,13 @@ jobs: |
58 | 59 | steps: |
59 | 60 | - uses: actions/checkout@v4 |
60 | 61 | with: |
| 62 | + persist-credentials: false |
61 | 63 | submodules: recursive |
62 | 64 | - name: Install dist |
63 | 65 | # we specify bash to get pipefail; it guards against the `curl` command |
64 | 66 | # failing. otherwise `sh` won't catch that `curl` returned non-0 |
65 | 67 | shell: bash |
66 | | - run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh" |
| 68 | + run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/cargo-dist/releases/download/v0.28.6/cargo-dist-installer.sh | sh" |
67 | 69 | - name: Cache dist |
68 | 70 | uses: actions/upload-artifact@v4 |
69 | 71 | with: |
@@ -117,6 +119,7 @@ jobs: |
117 | 119 | git config --global core.longpaths true |
118 | 120 | - uses: actions/checkout@v4 |
119 | 121 | with: |
| 122 | + persist-credentials: false |
120 | 123 | submodules: recursive |
121 | 124 | - name: Install Rust non-interactively if not already installed |
122 | 125 | if: ${{ matrix.container }} |
@@ -175,6 +178,7 @@ jobs: |
175 | 178 | steps: |
176 | 179 | - uses: actions/checkout@v4 |
177 | 180 | with: |
| 181 | + persist-credentials: false |
178 | 182 | submodules: recursive |
179 | 183 | - name: Install cached dist |
180 | 184 | uses: actions/download-artifact@v4 |
@@ -224,6 +228,7 @@ jobs: |
224 | 228 | steps: |
225 | 229 | - uses: actions/checkout@v4 |
226 | 230 | with: |
| 231 | + persist-credentials: false |
227 | 232 | submodules: recursive |
228 | 233 | - name: Install cached dist |
229 | 234 | uses: actions/download-artifact@v4 |
@@ -286,6 +291,7 @@ jobs: |
286 | 291 | steps: |
287 | 292 | - uses: actions/checkout@v4 |
288 | 293 | with: |
| 294 | + persist-credentials: false |
289 | 295 | repository: "rust-mcp-stack/homebrew-tap" |
290 | 296 | token: ${{ secrets.HOMEBREW_TAP_TOKEN }} |
291 | 297 | # So we have access to the formula |
@@ -332,4 +338,5 @@ jobs: |
332 | 338 | steps: |
333 | 339 | - uses: actions/checkout@v4 |
334 | 340 | with: |
| 341 | + persist-credentials: false |
335 | 342 | submodules: recursive |
0 commit comments