From eb71dc8b76d95dcfc3e15e64c87e30701fdcdd8a Mon Sep 17 00:00:00 2001 From: Alexey Efimov Date: Thu, 5 Jun 2025 15:10:36 +0000 Subject: [PATCH] fix(Automation): fix bot token again and 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 2ba4d03fc..32482b0bd 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.BOT_TOKEN }} + github-token: ${{ secrets.YDBOT_TOKEN }} script: | const labelWeights = { "prio/high": 1000,