mirror of
https://github.com/rustfs/rustfs.git
synced 2026-03-17 14:24:08 +00:00
chore: update nix-flake-update.yml to use FLAKE_UPDATE_TOKEN for user… (#2168)
This commit is contained in:
4
.github/workflows/nix-flake-update.yml
vendored
4
.github/workflows/nix-flake-update.yml
vendored
@@ -52,8 +52,8 @@ jobs:
|
|||||||
nix
|
nix
|
||||||
automated
|
automated
|
||||||
commit-msg: "chore(deps): update flake.lock"
|
commit-msg: "chore(deps): update flake.lock"
|
||||||
pr-reviewers: houseme, heihutu
|
pr-reviewers: houseme, overtrue, majinghe
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.FLAKE_UPDATE_TOKEN }}
|
||||||
|
|
||||||
- name: Log PR details
|
- name: Log PR details
|
||||||
if: steps.update.outputs.pull-request-number
|
if: steps.update.outputs.pull-request-number
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -46,3 +46,5 @@ docs
|
|||||||
result*
|
result*
|
||||||
*.gz
|
*.gz
|
||||||
rustfs-webdav.code-workspace
|
rustfs-webdav.code-workspace
|
||||||
|
|
||||||
|
.aiexclude
|
||||||
Reference in New Issue
Block a user