From 504d5352bc45256f441e39e140cac8867ddd65dd Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Fri, 21 Jul 2023 15:41:22 +0000 Subject: [PATCH] Chore: Use GITHUB_TOKEN in pr-commands instead of grot token (#72125) Use GITHUB_TOKEN instead of grot token --- .github/workflows/pr-commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-commands.yml b/.github/workflows/pr-commands.yml index 9a882dbf3d9..e034b8993d1 100644 --- a/.github/workflows/pr-commands.yml +++ b/.github/workflows/pr-commands.yml @@ -23,5 +23,5 @@ jobs: uses: ./actions/commands with: metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}} - token: ${{secrets.GH_BOT_ACCESS_TOKEN}} + token: ${{secrets.GITHUB_TOKEN}} configPath: pr-commands