diff --git a/.github/workflows/pr-test-analysis-override.yml b/.github/workflows/pr-test-analysis-override.yml index 47a2dec9bb4..9372742d3d5 100644 --- a/.github/workflows/pr-test-analysis-override.yml +++ b/.github/workflows/pr-test-analysis-override.yml @@ -30,5 +30,5 @@ jobs: comment_id: ${{ github.event.comment.id }} sender: ${{ github.event.comment.user.login }} secrets: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} WEBHOOK_URL: ${{ secrets.WEBHOOK_URL_TEST_PR_ANALYSIS_HUB }}