diff options
author | Someone <sergei.kozlukov@aalto.fi> | 2024-01-11 17:22:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 17:22:34 +0000 |
commit | d8d90aa343c22fe01429d3540e47ded87e9dcb9d (patch) | |
tree | d144a14aa31f495152fe9b68a19e65a6dd6dbb8d | |
parent | 43f76bf1c362c067fce46bb8dcda0b64af8a9533 (diff) |
ci: nix-flake-update: new token with pr permissions (#4879)
* ci: nix-flake-update: new token with pr permissions
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
-rw-r--r-- | .github/workflows/nix-flake-update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-flake-update.yml b/.github/workflows/nix-flake-update.yml index fa936084..3a6a96e2 100644 --- a/.github/workflows/nix-flake-update.yml +++ b/.github/workflows/nix-flake-update.yml @@ -19,4 +19,4 @@ jobs: pr-labels: | nix pr-reviewers: philiptaron,SomeoneSerge - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.FLAKE_TOKEN }} |