Skip to content

Commit

Permalink
Fix analysis job: add GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} to …
Browse files Browse the repository at this point in the history
…makefile.yml
  • Loading branch information
burke-david committed Jun 3, 2024
1 parent a4cab81 commit 2264073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
if: github.event_name == 'pull_request'
with:
filePath: ./build/test/process/results.md
comment_tag: analysis
comment_tag: analysis
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2264073

Please # to comment.