Skip to content

Commit

Permalink
update kratos offical bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 20, 2024
1 parent 607c0cc commit 0132855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
if: failure() # This step runs only if the previous step fails
uses: peter-evans/create-or-update-comment@v4.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit 0132855

Please sign in to comment.