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