浏览代码

change PAT use for stale action

K3rnelPan1c 3 年之前
父节点
当前提交
0c665af124
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/repo-stale.yaml

+ 1 - 1
.github/workflows/repo-stale.yaml

@@ -15,7 +15,7 @@ jobs:
     steps:
       - uses: actions/stale@v4.1.0
         with:
-          repo-token: ${{ github.token }}
+          repo-token: ${{ secrets.JF_BOT_TOKEN }}
           days-before-stale: 120
           days-before-pr-stale: -1
           days-before-close: 21