From 7fc2c687ecb5f886e2a81d18214f406137b7b2dd Mon Sep 17 00:00:00 2001 From: Maria Alexandra <239999+axelavargas@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:18:28 +0100 Subject: [PATCH] Chore: Remove unnecessary metric tokens in the "remove milestone" workflow (#43096) Co-authored-by: Ashley Harrison --- .github/workflows/remove-milestone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/remove-milestone.yml b/.github/workflows/remove-milestone.yml index 7b34075ae96..dfede7708d7 100644 --- a/.github/workflows/remove-milestone.yml +++ b/.github/workflows/remove-milestone.yml @@ -21,4 +21,3 @@ jobs: uses: ./actions/remove-milestone with: token: ${{secrets.GH_BOT_ACCESS_TOKEN}} - metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}