From 8a5302ec6e7646c47b80706bec853f7450fc0695 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:55:10 -0600 Subject: [PATCH] Remove unused GH_TOKEN env variable from workflow The GH_TOKEN environment variable was set but not used in the pr-vars-dispatch step. This commit removes it for clarity and to avoid confusion. --- .github/workflows/pr-help-wanted.yml | 1 - 1 file changed, 1 deletion(-) 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.