diff --git a/.github/workflows/pr-help-wanted.yml b/.github/workflows/pr-help-wanted.yml index 0052f58db..264b7bcf0 100644 --- a/.github/workflows/pr-help-wanted.yml +++ b/.github/workflows/pr-help-wanted.yml @@ -25,7 +25,6 @@ jobs: id: pr-vars-dispatch if: github.event_name == 'workflow_dispatch' env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.inputs.pr_number }} run: | # We only need to construct the PR URL from the dispatch event input.