diff --git a/.github/workflows/check-compatibility.yml b/.github/workflows/check-compatibility.yml index c97293f0700cc..b208fe38a581f 100644 --- a/.github/workflows/check-compatibility.yml +++ b/.github/workflows/check-compatibility.yml @@ -30,6 +30,6 @@ jobs: - name: Add comment on the PR uses: peter-evans/create-or-update-comment@v3 with: - token: ${{ SECRETS.TOKEN }} - issue-number: ${{ steps.github_app_token.outputs.token }} + token: ${{ steps.github_app_token.outputs.token }} + issue-number: ${{ github.event.number }} body-path: "${{ github.workspace }}/results.txt"