From 1ede71b88194cbe81b832e7f3da707bb10b5ef10 Mon Sep 17 00:00:00 2001 From: houseme Date: Sun, 15 Mar 2026 14:49:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20update=20nix-flake-update.yml=20to=20u?= =?UTF-8?q?se=20FLAKE=5FUPDATE=5FTOKEN=20for=20user=E2=80=A6=20(#2168)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nix-flake-update.yml | 4 ++-- .gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index 3d74456c..b64d4c7c 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -52,8 +52,8 @@ jobs: nix automated commit-msg: "chore(deps): update flake.lock" - pr-reviewers: houseme, heihutu - token: ${{ secrets.GITHUB_TOKEN }} + pr-reviewers: houseme, overtrue, majinghe + token: ${{ secrets.FLAKE_UPDATE_TOKEN }} - name: Log PR details if: steps.update.outputs.pull-request-number diff --git a/.gitignore b/.gitignore index 78604601..dd77b6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ docs result* *.gz rustfs-webdav.code-workspace + +.aiexclude \ No newline at end of file