diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/metrics.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/metrics.yaml b/.github/workflows/metrics.yaml index 4974867f6..ea780e875 100644 --- a/.github/workflows/metrics.yaml +++ b/.github/workflows/metrics.yaml | |||
@@ -18,12 +18,6 @@ jobs: | |||
18 | - name: Checkout repository | 18 | - name: Checkout repository |
19 | uses: actions/checkout@v2 | 19 | uses: actions/checkout@v2 |
20 | 20 | ||
21 | - name: Checkout metrics repository | ||
22 | uses: actions/checkout@v2 | ||
23 | with: | ||
24 | repository: "rust-analyzer/metrics" | ||
25 | path: "target/metrics" | ||
26 | |||
27 | - name: Install Rust toolchain | 21 | - name: Install Rust toolchain |
28 | uses: actions-rs/toolchain@v1 | 22 | uses: actions-rs/toolchain@v1 |
29 | with: | 23 | with: |
@@ -35,4 +29,4 @@ jobs: | |||
35 | - name: Collect metrics | 29 | - name: Collect metrics |
36 | run: cargo xtask metrics | 30 | run: cargo xtask metrics |
37 | env: | 31 | env: |
38 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | 32 | METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }} |