|
15 | 15 | - uses: moonrepo/setup-rust@v1 |
16 | 16 | with: |
17 | 17 | components: rustfmt, clippy |
| 18 | + env: |
| 19 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
18 | 20 | - uses: pre-commit/[email protected] |
19 | 21 | with: |
20 | 22 | extra_args: --all-files |
|
44 | 46 | - uses: moonrepo/setup-rust@v1 |
45 | 47 | with: |
46 | 48 | bins: cargo-msrv |
| 49 | + env: |
| 50 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
47 | 51 | - name: Check cospeed MSRV |
48 | 52 | run: cargo msrv --path crates/codspeed verify -- cargo check --all-features --config codspeed=true |
49 | 53 | - name: Check bencher_compat MSRV |
|
60 | 64 | with: |
61 | 65 | submodules: true |
62 | 66 | - uses: moonrepo/setup-rust@v1 |
| 67 | + env: |
| 68 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
63 | 69 | - run: cargo test --all |
64 | 70 |
|
65 | 71 | compat-integration-test-instrumentation: |
|
79 | 85 | - uses: moonrepo/setup-rust@v1 |
80 | 86 | with: |
81 | 87 | cache-target: release |
| 88 | + env: |
| 89 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
82 | 90 |
|
83 | 91 | - run: cargo install --path crates/cargo-codspeed --locked |
84 | 92 |
|
@@ -108,6 +116,8 @@ jobs: |
108 | 116 | - uses: moonrepo/setup-rust@v1 |
109 | 117 | with: |
110 | 118 | cache-target: release |
| 119 | + env: |
| 120 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
111 | 121 |
|
112 | 122 | - run: cargo install --path crates/cargo-codspeed --locked |
113 | 123 |
|
@@ -142,6 +152,8 @@ jobs: |
142 | 152 | - uses: moonrepo/setup-rust@v1 |
143 | 153 | with: |
144 | 154 | targets: ${{ matrix.target }} |
| 155 | + env: |
| 156 | + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
145 | 157 |
|
146 | 158 | - name: Install musl tools |
147 | 159 | run: sudo apt-get update && sudo apt-get install -y musl-tools |
|
0 commit comments