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

Addresses reported error at
https://github.com/hashicorp/packer/runs/2722241524?check_suite_focus=true
This commit is contained in:
Wilken Rivera 2021-06-01 20:45:34 -04:00
parent 488e6d80aa
commit 1aa7a1b3f8
1 changed files with 1 additions and 0 deletions

View File

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