瀏覽代碼

[CI] Update issue comment triage workflow file

Service Account - Terraform Provider DevEx 11 月之前
父節點
當前提交
7fdb0e8d43
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/issue-comment-triage.yml

+ 2 - 0
.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