Skip to content

Commit

Permalink
update token an permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 20, 2024
1 parent d843adb commit 69697a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
non-english-comments-check:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write

env:
Expand Down Expand Up @@ -140,6 +141,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 }}
issue-number: ${{ github.event.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit 69697a1

Please sign in to comment.