From e71e0c6d2e587516dd18aaf67e6a4d96c0d04bc0 Mon Sep 17 00:00:00 2001 From: Service Account - Terraform Provider DevEx <100357958+hc-github-team-tf-provider-devex@users.noreply.github.com> Date: Fri, 17 May 2024 15:22:42 -0400 Subject: [PATCH] [CI] Update issue comment triage workflow file --- .github/workflows/issue-comment-triage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/issue-comment-triage.yml b/.github/workflows/issue-comment-triage.yml index 6c1ddccb..556d36de 100644 --- a/.github/workflows/issue-comment-triage.yml +++ b/.github/workflows/issue-comment-triage.yml @@ -9,6 +9,8 @@ on: jobs: issue_comment_triage: runs-on: ubuntu-latest + env: + GH_TOKEN: ${{ github.token }} steps: - name: 'Remove stale and waiting-response on comment' run: gh issue edit ${{ github.event.issue.number }} --remove-label stale,waiting-response