Skip to content

Commit 37ee4ed

Browse files
committed
fix(Automation): fix workflow token
1 parent e4d4ae8 commit 37ee4ed

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)