aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/metrics.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-24 19:53:08 +0100
committerAleksey Kladov <[email protected]>2020-07-24 19:53:27 +0100
commitc0b2b15123e500e5af90138646f20024ca746f86 (patch)
tree802deaf00f705e2370c238cfe92935e1100b0706 /.github/workflows/metrics.yaml
parentcc0c8b2882c7a0b00bc30e0c22040f7d4ba9f584 (diff)
Fix metrics
Diffstat (limited to '.github/workflows/metrics.yaml')
-rw-r--r--.github/workflows/metrics.yaml8
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 }}