Merge pull request #11190 from cli/kw/followup-pr-11179

Remove unused `GH_TOKEN` env variable from workflow
This commit is contained in:
Kynan Ware 2025-06-30 11:05:23 -06:00 committed by GitHub
commit 729ff163b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.