From 265956388f28361b11565f6b715ebf96a8987d10 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Fri, 17 May 2024 21:40:43 +0200 Subject: [PATCH] Update pr-comment.yml --- .github/workflows/pr-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 57e952c700..06c69f5bb6 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -19,6 +19,8 @@ jobs: with: name: coverage path: code-coverage-results.md + run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Add coverage PR comment uses: marocchino/sticky-pull-request-comment@v2