workflows/issue-comment-created.yml: Add GH token input

Addresses reported error at
https://github.com/hashicorp/packer/runs/2722241524?check_suite_focus=true
pull/11064/head
Wilken Rivera 5 years ago
parent 488e6d80aa
commit 1aa7a1b3f8

@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
labels: |
stale
waiting-reply

Loading…
Cancel
Save