From 1aa7a1b3f88e30858b10696fade0bb2a284c9752 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 1 Jun 2021 20:45:34 -0400 Subject: [PATCH] workflows/issue-comment-created.yml: Add GH token input Addresses reported error at https://github.com/hashicorp/packer/runs/2722241524?check_suite_focus=true --- .github/workflows/issue-comment-created.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue-comment-created.yml b/.github/workflows/issue-comment-created.yml index 358a89b1e..041efb1cd 100644 --- a/.github/workflows/issue-comment-created.yml +++ b/.github/workflows/issue-comment-created.yml @@ -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