From f6a5e2bbe0c0f933b5fe4901bbf908ad798bef95 Mon Sep 17 00:00:00 2001 From: Alexey Efimov Date: Thu, 5 Jun 2025 14:06:13 +0000 Subject: [PATCH] fix(Automation): fix bot token again --- .github/workflows/priority-score.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/priority-score.yml b/.github/workflows/priority-score.yml index 32482b0bd..2ba4d03fc 100644 --- a/.github/workflows/priority-score.yml +++ b/.github/workflows/priority-score.yml @@ -11,7 +11,7 @@ jobs: - name: Update CalculatedPriority field uses: actions/github-script@v7 with: - github-token: ${{ secrets.YDBOT_TOKEN }} + github-token: ${{ secrets.BOT_TOKEN }} script: | const labelWeights = { "prio/high": 1000,