Skip to content

Commit df3ec6c

Browse files
committed
fix: use correct PAT
1 parent 322eb88 commit df3ec6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/force-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ (steps.should-run.outputs.result == 'true') && (steps.count-votes.outputs.result >= env.quorum) }}
9797
uses: actions/github-script@v7
9898
with:
99-
github-token: ${{ secrets.PAT_TOKEN }} // Personal Access Token TBD
99+
github-token: ${{ secrets.KURA_BOT_GITHUB_TOKEN }}
100100
script: |
101101
await github.rest.pulls.merge({
102102
pull_number: context.issue.number,

0 commit comments

Comments
 (0)