Merge pull request #11190 from cli/kw/followup-pr-11179
Remove unused `GH_TOKEN` env variable from workflow
This commit is contained in:
commit
729ff163b6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/pr-help-wanted.yml
vendored
1
.github/workflows/pr-help-wanted.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue