From 37ee4ed53a9d47400dc0b5b106871058a7fd3df3 Mon Sep 17 00:00:00 2001 From: Alexey Efimov Date: Thu, 5 Jun 2025 10:29:40 +0000 Subject: [PATCH] fix(Automation): fix workflow token --- .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 86d2365c6..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.YDB_PLATFORM_BOT_TOKEN_REPO }} + github-token: ${{ secrets.YDBOT_TOKEN }} script: | const labelWeights = { "prio/high": 1000,