Skip to content

Commit 55be936

Browse files
authored
fix(Automation): fix workflow token (#2372)
1 parent e4d4ae8 commit 55be936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/priority-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Update CalculatedPriority field
1212
uses: actions/github-script@v7
1313
with:
14-
github-token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
14+
github-token: ${{ secrets.YDBOT_TOKEN }}
1515
script: |
1616
const labelWeights = {
1717
"prio/high": 1000,

0 commit comments

Comments
 (0)