We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322eb88 commit df3ec6cCopy full SHA for df3ec6c
1 file changed
.github/workflows/force-merge.yml
@@ -96,7 +96,7 @@ jobs:
96
if: ${{ (steps.should-run.outputs.result == 'true') && (steps.count-votes.outputs.result >= env.quorum) }}
97
uses: actions/github-script@v7
98
with:
99
- github-token: ${{ secrets.PAT_TOKEN }} // Personal Access Token TBD
+ github-token: ${{ secrets.KURA_BOT_GITHUB_TOKEN }}
100
script: |
101
await github.rest.pulls.merge({
102
pull_number: context.issue.number,
0 commit comments