Skip to content

Commit

Permalink
Try with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed Oct 24, 2024
1 parent 818635e commit 27ca033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ jobs:
uses: peter-evans/find-comment@v3
id: fc
with:
token: ${{ secrets.GH_PERSONAL_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
comment-author: 'github-actions[bot]'
body-includes: Build output

- name: Create or update GitHub comment
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GH_PERSONAL_TOKEN }}
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Expand Down

0 comments on commit 27ca033

Please sign in to comment.