mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
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:
parent
488e6d80aa
commit
1aa7a1b3f8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issue-comment-created.yml
vendored
1
.github/workflows/issue-comment-created.yml
vendored
|
|
@ -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…
Reference in a new issue