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.
This commit is contained in:
Kynan Ware 2025-06-30 10:55:10 -06:00
parent 45c8c827c5
commit 8a5302ec6e

View file

@ -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.