Skip to content

Commit

Permalink
ci(cachegrind): add PAT (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jan 8, 2024
1 parent aff028e commit b31b48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cachegrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Comment on PR
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_COMMENT }}
run: |
# Try to edit the last comment
if gh pr comment ${{ github.event.pull_request.number }} --edit-last --body-file results.md; then
Expand Down

0 comments on commit b31b48b

Please sign in to comment.