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:
parent
45c8c827c5
commit
8a5302ec6e
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