From c0b2b15123e500e5af90138646f20024ca746f86 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Jul 2020 20:53:08 +0200 Subject: Fix metrics --- .github/workflows/metrics.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to '.github/workflows/metrics.yaml') 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: - name: Checkout repository uses: actions/checkout@v2 - - name: Checkout metrics repository - uses: actions/checkout@v2 - with: - repository: "rust-analyzer/metrics" - path: "target/metrics" - - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: @@ -35,4 +29,4 @@ jobs: - name: Collect metrics run: cargo xtask metrics env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }} -- cgit v1.2.3