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,