From 3f5ee8d3e9530b60131e9ac809a63c59e4ce03b4 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:10:46 +0000 Subject: [PATCH] fix: update GitHub token for dessant/lock-threads --- .github/workflows/action_file.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/action_file.yml diff --git a/.github/workflows/action_file.yml b/.github/workflows/action_file.yml new file mode 100644 index 0000000..ffb6ee8 --- /dev/null +++ b/.github/workflows/action_file.yml @@ -0,0 +1,14 @@ +name: Lock Threads + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + lock: + runs-on: ubuntu-latest + steps: + - name: Lock Threads + uses: dessant/lock-threads@v4 + with: + github-token: ${{ secrets.NEW_TOKEN }}