Skip to content

Commit f6a5e2b

Browse files
committed
fix(Automation): fix bot token again
1 parent 55be936 commit f6a5e2b

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.YDBOT_TOKEN }}
14+
github-token: ${{ secrets.BOT_TOKEN }}
1515
script: |
1616
const labelWeights = {
1717
"prio/high": 1000,

0 commit comments

Comments
 (0)